Lines Matching refs:user_name

226         if (!streq_ptr(username, ur->user_name)) {  in acquire_user_record()
278 const char *user_name, in handle_generic_user_record_error() argument
283 assert(user_name); in handle_generic_user_record_error()
291 …currently absent, please plug in the necessary storage device or backing file system.", user_name); in handle_generic_user_record_error()
292 …pam_syslog(handle, LOG_ERR, "Failed to acquire home for user %s: %s", user_name, bus_error_message… in handle_generic_user_record_error()
296 …ndle, PAM_ERROR_MSG, NULL, "Too frequent login attempts for user %s, try again later.", user_name); in handle_generic_user_record_error()
297 …pam_syslog(handle, LOG_ERR, "Failed to acquire home for user %s: %s", user_name, bus_error_message… in handle_generic_user_record_error()
310 …ERROR_MSG, NULL, "Password incorrect or not sufficient for authentication of user %s.", user_name); in handle_generic_user_record_error()
337 …LL, "Password/recovery key incorrect or not sufficient for authentication of user %s.", user_name); in handle_generic_user_record_error()
360 …oid) pam_prompt(handle, PAM_ERROR_MSG, NULL, "Security token of user %s not inserted.", user_name); in handle_generic_user_record_error()
363 …d incorrect or not sufficient, and configured security token of user %s not inserted.", user_name); in handle_generic_user_record_error()
404 …e, PAM_ERROR_MSG, NULL, "Please authenticate physically on security token of user %s.", user_name); in handle_generic_user_record_error()
416 …t(handle, PAM_ERROR_MSG, NULL, "Please confirm presence on security token of user %s.", user_name); in handle_generic_user_record_error()
428 …prompt(handle, PAM_ERROR_MSG, NULL, "Please verify user on security token of user %s.", user_name); in handle_generic_user_record_error()
446 …d) pam_prompt(handle, PAM_ERROR_MSG, NULL, "Security token PIN incorrect for user %s.", user_name); in handle_generic_user_record_error()
467 …AM_ERROR_MSG, NULL, "Security token PIN of user %s incorrect (only a few tries left!)", user_name); in handle_generic_user_record_error()
488 …e, PAM_ERROR_MSG, NULL, "Security token PIN of user %s incorrect (only one try left!)", user_name); in handle_generic_user_record_error()
505 …pam_syslog(handle, LOG_ERR, "Failed to acquire home for user %s: %s", user_name, bus_error_message… in handle_generic_user_record_error()
611 r = sd_bus_message_append(m, "s", ur->user_name); in acquire_home()
636 … r = handle_generic_user_record_error(handle, ur->user_name, secret, r, &error); in acquire_home()
644 …MSG, NULL, "Home of user %s is currently not active, please log in locally first.", ur->user_name); in acquire_home()
646 …ROR_MSG, NULL, "Home of user %s is currently locked, please unlock locally first.", ur->user_name); in acquire_home()
673 …PAM_ERROR_MSG, NULL, "Too many unsuccessful login attempts for user %s, refusing.", ur->user_name); in acquire_home()
674 …m_syslog(handle, LOG_ERR, "Failed to acquire home for user %s: %s", ur->user_name, bus_error_messa… in acquire_home()
702 r = release_user_record(handle, ur->user_name); in acquire_home()
707 pam_syslog(handle, LOG_NOTICE, "Home for user %s successfully acquired.", ur->user_name); in acquire_home()
910 …newer than current system time, assuming incorrect system clock, allowing access.", ur->user_name); in pam_sm_acct_mgmt()
1089 r = sd_bus_message_append(m, "s", ur->user_name); in pam_sm_chauthtok()
1103 … r = handle_generic_user_record_error(handle, ur->user_name, old_secret, r, &error); in pam_sm_chauthtok()
1111 … pam_syslog(handle, LOG_NOTICE, "Successfully changed password for user %s.", ur->user_name); in pam_sm_chauthtok()
1121 pam_syslog(handle, LOG_NOTICE, "Failed to change password for user %s: %m", ur->user_name); in pam_sm_chauthtok()