1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r22388: clearer message, thanks David

(This used to be commit 7961476784)
This commit is contained in:
Simo Sorce 2007-04-19 20:00:40 +00:00 committed by Gerald (Jerry) Carter
parent 9d29f385ea
commit 20086f66cc

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,
"Domain Controller unreachable, using cached credentials. Network resources may be unavailable");
"Domain Controller unreachable, using cached credentials instead. Network resources may be unavailable");
_pam_log_debug(pamh, ctrl, LOG_DEBUG,
"User %s logged on using cached account\n", username);
}