Home
last modified time | relevance | path

Searched refs:ldapBind (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php176 protected $ldapBind; variable in adLDAP
196 return $this->ldapBind;
643 $this->ldapBind = @ldap_bind($this->ldapConnection, $this->adminUsername . $this->accountSuffix, $this->adminPassword);
644 if (!$this->ldapBind) {
656 $this->ldapBind = @ldap_sasl_bind($this->ldapConnection, NULL, NULL, "GSSAPI");
657 if (!$this->ldapBind){
700 $this->ldapBind = @ldap_sasl_bind($this->ldapConnection, NULL, NULL, "GSSAPI");
701 if (!$this->ldapBind) {
711 $this->ldapBind = @ldap_bind($this->ldapConnection, $username . $this->accountSuffix, $password);
712 if (!$this->ldapBind){
[all...]