Lines Matching defs:password
672 ((src[i].password == NULL) ^ (dest[i].password == NULL)) ||
673 (src[i].password != NULL && dest[i].password != NULL &&
674 strcmp(src[i].password, dest[i].password))) {
1677 * password doesn't match the storepassword, the entry will
1781 * A bind to the server with an empty password always succeeds, so
1782 * we check to ensure that the password is not empty. This implies
1789 ldc->reason = "Empty password not allowed";
1794 * Attempt to bind with the retrieved dn and the password. If the bind
1795 * fails, it means that the password is wrong (the dn obviously
1824 * We have just bound the connection to a different user and password
1907 * with password checking removed.
2094 * we haven't verified that password. It's OK to update
2095 * the entry if there is no password in it.
2351 * - certificate password (optional)
2359 const char *password)
2401 cert->password = password;
2431 * - certificate password (optional)
2437 const char *password)
2485 cert->password = password;