LDAP/Active Directory integration not working

0
I’m trying to follow the directions to get the LDAP integration working, and it always comes back with Invalid credentials. I’ve created the gitstack user, but I wonder if I’m not getting the DN correct. My domain is “home.local”, so I’m setting the Base DN to “CN=Users,DC=home,DC=local”, and the Bind DN is “CN=gitstack,CN=Users,DC=home,DC=local”. Anyone have any suggestions?
Tags: asked May 15, 2012
freik
0

2 Answers

0
I'll answer my own question: The CN=gitstack must be the "full name" of the user, not the login name.  I made the user have the first name "Git" and the last name "Stack" so I had to do "CN=git stack,..." instead of "CN=gitstack".
freik
0
0
Make sure that you follow the active directory documentation.

Your Answer

Please login to post questions.