Searched refs:adminUsername (Results 1 – 1 of 1) sorted by relevance
120 protected $adminUsername = NULL; variable in adLDAP410 * @param string $adminUsername413 public function setAdminUsername($adminUsername) argument415 $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 , …