From 2d8fbef1513a7f67190041bf448ce2174fc0ec35 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 19 Apr 2007 23:25:37 +0000 Subject: r22393: fix cut&paste error (This used to be commit 70878d698532aa8b0e151e7772894e251290186e) --- source3/nsswitch/pam_winbind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch/pam_winbind.c') diff --git a/source3/nsswitch/pam_winbind.c b/source3/nsswitch/pam_winbind.c index 9706d38f89..56452bd0a3 100644 --- a/source3/nsswitch/pam_winbind.c +++ b/source3/nsswitch/pam_winbind.c @@ -923,7 +923,7 @@ static void _pam_warn_logon_type(pam_handle_t *pamh, int ctrl, const char *usern _make_remark(pamh, ctrl, PAM_ERROR_MSG, "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); + "User %s logged on using cached credentials\n", username); } } -- cgit