Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authad/adLDAP/
DadLDAP.php120 protected $adminUsername = NULL; variable in adLDAP
410 * @param string $adminUsername
413 public function setAdminUsername($adminUsername) argument
415 $this->adminUsername = $adminUsername;
642 if ($this->adminUsername !== NULL && $this->adminPassword !== NULL) {
643 …$this->ldapBind = @ldap_bind($this->ldapConnection, $this->adminUsername . $this->accountSuffix, $…
654 …if ($this->useSSO && $_SERVER['REMOTE_USER'] && $this->adminUsername === null && $_SERVER['KRB5CCN…
698 …RVER['REMOTE_USER'] && $_SERVER['REMOTE_USER'] == $username && $this->adminUsername === NULL && $_…
717 if ($this->adminUsername !== NULL && !$preventRebind) {
718 …$this->ldapBind = @ldap_bind($this->ldapConnection, $this->adminUsername . $this->accountSuffix , …