Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authad/adLDAP/
DadLDAP.php87 protected $accountSuffix = "@mydomain.local"; variable in adLDAP
348 * @param string $accountSuffix
351 public function setAccountSuffix($accountSuffix) argument
353 $this->accountSuffix = $accountSuffix;
363 return $this->accountSuffix;
643 …ind = @ldap_bind($this->ldapConnection, $this->adminUsername . $this->accountSuffix, $this->adminP…
711 … $this->ldapBind = @ldap_bind($this->ldapConnection, $username . $this->accountSuffix, $password);
718 …ind = @ldap_bind($this->ldapConnection, $this->adminUsername . $this->accountSuffix , $this->admin…