1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-16 09:57:47 +03:00

r22348: 3_0 as well

This commit is contained in:
Simo Sorce 2007-04-18 22:25:17 +00:00 committed by Gerald (Jerry) Carter
parent 1a46d2dcb9
commit ad57434faf

View File

@ -921,7 +921,7 @@ static void _pam_warn_logon_type(pam_handle_t *pamh, int ctrl, const char *usern
} else if (PAM_WB_CACHED_LOGON(info3_user_flgs)) {
_make_remark(pamh, ctrl, PAM_ERROR_MSG,
"Logging on using cached account. Network resources can be unavailable");
"Domain Controller unreachable, using cached credentials. Network resources may be unavailable");
_pam_log_debug(pamh, ctrl, LOG_DEBUG,
"User %s logged on using cached account\n", username);
}