try to fix Samba4 tree problems

This commit is contained in:
Roland Gruber 2013-12-01 10:02:48 +00:00
parent c74c838bd9
commit 0fedef433b
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,1);
# Try to fire up TLS is specified in the config
if ($this->isTLSEnabled())