Lines Matching defs:password
151 * To indicate to adLDAP to reuse password set by the brower through NTLM or Kerberos
429 * Set the password of an account with higher priviledges
440 * Get the password of the account with higher priviledges
625 // Connect to the AD/LDAP server as the username/password
688 * @param string $password A user's AD password
692 public function authenticate($username, $password, $preventRebind = false) {
694 if ($username === NULL || $password === NULL) { return false; }
695 if (empty($username) || empty($password)) { return false; }
711 $this->ldapBind = @ldap_bind($this->ldapConnection, $username . $this->accountSuffix, $password);
829 if ($attributes["password"]){ $mod["unicodePwd"][0]=$this->user()->encodePassword($attributes["password"]); }
888 if ($encode === true && $key != 'password') {