Compare commits
No commits in common. "e684ee670161ec8bfaad39aa0176b85eff93226a" and "031ca517ede1816ae0e73249133bc81d08b12035" have entirely different histories.
e684ee6701
...
031ca517ed
@ -52,7 +52,6 @@ class ldapService
|
|||||||
|
|
||||||
if($ldapConn){
|
if($ldapConn){
|
||||||
ldap_set_option($ldapConn, LDAP_OPT_PROTOCOL_VERSION, 3);
|
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($this->tls) ldap_start_tls($ldapConn);
|
||||||
|
|
||||||
if(ldap_bind( $ldapConn, $this->user, $this->password)){
|
if(ldap_bind( $ldapConn, $this->user, $this->password)){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user