From 4b93ac79e567eac809353ffad68fbe3f9943d400 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Thu, 20 Jul 2006 14:12:51 +0000 Subject: [PATCH] KTS-1100: LDAP_OPT_REFERRALS to false for ActiveDirectory. --- plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php b/plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php index c4009de..a7f5c35 100644 --- a/plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php +++ b/plugins/ktstandard/ldap/ldapbaseauthenticationprovider.inc.php @@ -500,6 +500,7 @@ class KTLDAPBaseAuthenticator extends Authenticator { 'password' => $this->sSearchPassword, 'host' => $this->sLdapServer, 'base' => $this->sBaseDN, + 'options' => array('LDAP_OPT_REFERRALS' => 0), ); $this->oLdap =& Net_LDAP::connect($config); -- libgit2 0.21.4