support referrals

This commit is contained in:
Roland Gruber 2011-11-12 16:20:54 +00:00
parent ee25b9a543
commit 759caf64e0
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ class myldap extends DS {
/* Disabling this makes it possible to browse the tree for Active Directory, and seems
* to not affect other LDAP servers (tested with OpenLDAP) as phpLDAPadmin explicitly
* specifies deref behavior for each ldap_search operation. */
ldap_set_option($resource,LDAP_OPT_REFERRALS,0);
// ldap_set_option($resource,LDAP_OPT_REFERRALS,0);
# Try to fire up TLS is specified in the config
if ($this->isTLSEnabled())