Home
last modified time | relevance | path

Searched refs:password (Results 26 – 30 of 30) sorted by last modified time

12

/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php151 * 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) { argument
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);
[all...]
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPUsers.php61 * @param string $password A user's AD password
65 public function authenticate($username, $password, $preventRebind = false) { argument
66 return $this->adldap->authenticate($username, $password, $preventRebind);
72 * If you specify a password here, this can only be performed over SSL
87 if (array_key_exists("password",$attributes) && (!$this->adldap->getUseSSL() && !$this->adldap->getUseTLS())){
315 * Determine a user's password expiry date
342 // - User's own pwdLastSet attribute: stores the last time the password was changed
363 // intervals from the time the password was set before the password expire
477 password($username, $password, $isGUID = false) global() argument
518 encodePassword($password) global() argument
[all...]
/dokuwiki/lib/plugins/authad/
H A Dauth.php32 * // warn user about expiring password this many days in advance:
148 * Check user+password [required auth function]
151 * plaintext password is correct by trying to bind
193 * lastpwd int timestamp of the date when the password was set
194 * expires true if the password expires
195 * expiresin int seconds until the password expires
232 //last password set (Windows counts from January 1st 1601)
589 // password changing
592 $return = $adldap->user()->password($this->getUserName($user), $changes['pass']);
718 // we can change the password i
[all...]
/dokuwiki/inc/lang/it/
H A Dlogin.txt3 Non sei ancora collegato! Inserisci il tuo nome utente e la tua password per autenticarti. E' necessario che il tuo browser abbia i cookie abilitati.
H A Dregister.txt3 Riempi tutte le informazioni seguenti per creare un nuovo account in questo wiki. Assicurati di inserire un **indirizzo email valido** - a meno che tu non l'abbia già inserita qui, la password ti sarà inviata con un messaggio di posta elettronica. Il nome utente deve soddisfare i criteri per i [[doku>it:pagename|nomi delle pagine]].

12