Quote:
Originally Posted by vocoder
any updates on how to get this working with Active Directory? Additionally I would like to use it without anonymous query access...for other apps that authenticate with Active Directory I have a specific user for that...
|
Unfortunately my AD server had an accident (Well it corrupted its boot disk) so I can test AD at the moment, but the
Bind DN and
Bind Password are what you need for the user and password for non-anonymous access - But remember you'll need to be running in mixed (compatible) mode or the AD will require kerberos which PHP doesn't support out of the box (Or at all as far I can tell).
You should find the it will work, but you need to set the correct
Naming Attribute, can't remember what it needs to be of the top of my head, but and LDAP browser should be able to connect and you should see which entry you want.
H.