Author: idra
Date: 2007-04-18 22:20:13 +0000 (Wed, 18 Apr 2007)
New Revision: 22347

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22347

Log:

Better message.
This string is displayed both at login and when unlocking the screen.


Modified:
   branches/SAMBA_3_0_25/source/nsswitch/pam_winbind.c


Changeset:
Modified: branches/SAMBA_3_0_25/source/nsswitch/pam_winbind.c
===================================================================
--- branches/SAMBA_3_0_25/source/nsswitch/pam_winbind.c 2007-04-18 22:16:34 UTC 
(rev 22346)
+++ branches/SAMBA_3_0_25/source/nsswitch/pam_winbind.c 2007-04-18 22:20:13 UTC 
(rev 22347)
@@ -921,9 +921,9 @@
        } 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);
+                       "User %s logged on using cached credentials\n", 
username);
        }
 }
 

Reply via email to