From: Simo Sorce Date: Thu, 19 Apr 2007 23:25:37 +0000 (+0000) Subject: r22393: fix cut&paste error X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~652 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70878d698532aa8b0e151e7772894e251290186e;p=thirdparty%2Fsamba.git r22393: fix cut&paste error --- diff --git a/source/nsswitch/pam_winbind.c b/source/nsswitch/pam_winbind.c index 9706d38f89e..56452bd0a34 100644 --- a/source/nsswitch/pam_winbind.c +++ b/source/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); } }