Wizard: disable LDAP referrals, fixes #6670

remotes/origin/stable6
Arthur Schiwon 13 years ago
parent 60b75b25f8
commit acebc3f41e
  1. 1
      apps/user_ldap/lib/wizard.php

@ -1014,6 +1014,7 @@ class Wizard extends LDAPUtility {
$this->configuration->ldapPort);
$this->ldap->setOption($cr, LDAP_OPT_PROTOCOL_VERSION, 3);
$this->ldap->setOption($cr, LDAP_OPT_REFERRALS, 0);
$this->ldap->setOption($cr, LDAP_OPT_NETWORK_TIMEOUT, self::LDAP_NW_TIMEOUT);
if($this->configuration->ldapTLS === 1) {
$this->ldap->startTls($cr);

Loading…
Cancel
Save