diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-03-19 12:54:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:18:41 -0500 |
commit | 00b73df5527e6ef67eb82bca4e4f494fe48d87c5 (patch) | |
tree | d29b9b066efb145089247f40f06117ee13a8b3cd | |
parent | 22cc1dce4172f8826b8044cadfaeef2eca3ca10c (diff) | |
download | samba-00b73df5527e6ef67eb82bca4e4f494fe48d87c5.tar.gz samba-00b73df5527e6ef67eb82bca4e4f494fe48d87c5.tar.bz2 samba-00b73df5527e6ef67eb82bca4e4f494fe48d87c5.zip |
r21873: This is winbindd_pam.c, not pam_winbind.c :-)
(This used to be commit e1fbfbe1c49d3ff1ca71a33e66fae1f2d48fb7a7)
-rw-r--r-- | source3/nsswitch/winbindd_pam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_pam.c b/source3/nsswitch/winbindd_pam.c index ed65b1f8bf..6fdead5982 100644 --- a/source3/nsswitch/winbindd_pam.c +++ b/source3/nsswitch/winbindd_pam.c @@ -1646,7 +1646,7 @@ void winbindd_pam_auth_crap(struct winbindd_cli_state *state) if (!state->privileged) { char *error_string = NULL; - DEBUG(2, ("winbindd_pam_auth_crap: privileged access " + DEBUG(2, ("winbindd_pam_auth_crap: non-privileged access " "denied. !\n")); DEBUGADD(2, ("winbindd_pam_auth_crap: Ensure permissions " "on %s are set correctly.\n", |