Lines Matching defs:password
90 char *password; /* if this module successfully authenticates, the basic auth password, else null */
179 /* Convert the password to UTF-8. */
450 /* If the password isn't set in the per-request config, we didn't
452 if (req->password &&
457 bindpw = req->password;
498 * the request (ie the username and password are checked). This is done
500 * DN and the supplied password.
504 const char *password)
539 bindpw = password;
557 /* Get the password that the client sent */
558 if (password == NULL) {
560 "auth_ldap authenticate: no password specified");
584 /* convert password to utf-8 */
585 utfpassword = authn_ldap_xlate_password(r, password);
638 req->password = apr_pstrdup(r->pool, password);
1706 "Unable to get bind password from exec of ",