Page 1 of 1

Configuring LDAP with more than one ldap_bind_dn

Posted: 20 Feb 2009, 21:44
by Treikayan
Hello,

I'm trying to setup LDAP to look for users in different OUs. For instance, we have an Administrators OU and a Users OU.

OU=Administrators,OU=USA,DC=domain,DC=local
OU=Users,OU=USA,DC=domain,DC=local

How would I configure config_inc.php and ldap_config.php for this? Thank you