Lines Matching defs:password
806 "User must set a new password.\n");
821 "Password expired user must set a new password.\n");
827 "Password expired user must set a new password.\n");
1308 const char *password = NULL;
1313 ret = sss_authtok_get_password(authtok, &password, &pwlen);
1319 /* Treat a zero-length password as a failure */
1320 if (*password == '\0') {
1324 pw.bv_val = discard_const(password);
1346 if (strcasecmp(authtok_type,"password") == 0) {
1840 if (strcasecmp(authtok_type, "password") != 0) {
2181 struct berval password = {0, NULL};
2227 &password);
2236 ret = ldap_sasl_bind_s(ldap, user_dn, LDAP_SASL_SIMPLE, &password,