Lines Matching defs:password
250 const char *password = NULL;
255 "Delayed authentication is only available for password "
260 ret = sss_authtok_get_password(pd->authtok, &password, NULL);
263 "Failed to get password [%d] %s\n", ret, strerror(ret));
270 password, cdb, true, NULL, NULL);
317 const char *password = NULL;
327 * as the cached password.
337 ret = sss_authtok_get_2fa(pd->authtok, &password, &password_len,
348 ret = sss_authtok_get_password(pd->authtok, &password, NULL);
352 ret = sss_authtok_get_password(pd->newauthtok, &password, NULL);
361 "Failed to get password [%d] %s\n", ret, strerror(ret));
362 /* password caching failures are not fatal errors */
366 if (password == NULL) {
369 "password not available, offline auth may not work.\n");
370 /* password caching failures are not fatal errors */
375 ret = sysdb_cache_password_ex(domain, pd->user, password,
379 "Failed to cache password, offline auth may not work."
381 /* password caching failures are not fatal errors */
470 /* handle empty password gracefully */
649 "Skipping password checks for OTP-enabled user\n");
721 "No KDC suitable for password change is available\n");
911 * change password request just return success. */
970 /* If the password is expired we can safely remove the ccache from the
1045 /* Now only a successful authentication or password change is left.
1114 * password on the PAM stack for other modules to use. This is not needed
1116 * (long term password) can be passed to the other modules. */