summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2007-04-19 20:00:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:19:29 -0500
commit20086f66cc32951da69aa357bc19c14d31a3913a (patch)
tree572ab979850ce3d17724d12f7e918504685a083f /source3
parent9d29f385ea1be469bc7f732c2c7d40e2687a27c5 (diff)
downloadsamba-20086f66cc32951da69aa357bc19c14d31a3913a.tar.gz
samba-20086f66cc32951da69aa357bc19c14d31a3913a.tar.bz2
samba-20086f66cc32951da69aa357bc19c14d31a3913a.zip
r22388: clearer message, thanks David
(This used to be commit 7961476784713267efc19d305aa66c68275ccaa1)
Diffstat (limited to 'source3')
-rw-r--r--source3/nsswitch/pam_winbind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/pam_winbind.c b/source3/nsswitch/pam_winbind.c
index 1249e184f5..9706d38f89 100644
--- a/source3/nsswitch/pam_winbind.c
+++ b/source3/nsswitch/pam_winbind.c
@@ -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);
}