- Update your ADAM instance's schema and add "msDS-bindableObject" to the "auxiliaryClass" "User" object type. See "Understanding ADAM bind redirection" for more info.
- Create a new user (i.e. CN=Bind User,CN=Users,DC=example,DC=com") and add that user to the ADAM Administrators group (CN=Administrators,CN=Roles,DC=example,DC=com).
- Set a password for this user and then use this user's DN and password to bind to ADAM from any generic LDAP browser.
Wednesday, May 14, 2008
How to bind to ADAM using generic LDAP browsers
Subscribe to:
Post Comments (Atom)
FizzBuzz in different languages
Java: import java.util.TreeMap ; public class Main { public static void main (String[] args) { System. out .println( &...
-
Start a command prompt (as Administrator). cd to the folder that you are trying to delete. For example: cd C:\Users\UserName\AppData\...
-
Run a command prompt as Administrator CD to the folder where the 0kb file is located at. Type: dir /x (this will give you the short file...
-
SOLUTION The workaround is to set "_fix_control"='17376322:OFF' SQL> alter session set "_fix_control"=&...
1 comment:
Hi Null,
This is exactly I was looking for. Thank you for blogging. But unfortunately I don't see the auxillaryclass attribute for the user class. Did you extend the ADAM's schema from the regular Win2k3 ActiveDirectory schema?. I did not do that yet.
Post a Comment