Compare commits

..

No commits in common. "e684ee670161ec8bfaad39aa0176b85eff93226a" and "031ca517ede1816ae0e73249133bc81d08b12035" have entirely different histories.

View File

@ -52,7 +52,6 @@ class ldapService
if($ldapConn){
ldap_set_option($ldapConn, LDAP_OPT_PROTOCOL_VERSION, 3);
ldap_set_option($ldapConn, LDAP_OPT_REFERRALS, 0);
if($this->tls) ldap_start_tls($ldapConn);
if(ldap_bind( $ldapConn, $this->user, $this->password)){