diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-03-19 12:51:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:18:41 -0500 |
commit | 22cc1dce4172f8826b8044cadfaeef2eca3ca10c (patch) | |
tree | fc5569a6825c31619e2c140214d58de8497c6387 | |
parent | fe0b56ead166377d415b0eaf04ee1af3bdb435de (diff) | |
download | samba-22cc1dce4172f8826b8044cadfaeef2eca3ca10c.tar.gz samba-22cc1dce4172f8826b8044cadfaeef2eca3ca10c.tar.xz samba-22cc1dce4172f8826b8044cadfaeef2eca3ca10c.zip |
r21872: Fix a debug message
(This used to be commit fcec3d1c46affbf802fb411913c8cc59c02102fa)
-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 6fdead59821..ed65b1f8bfd 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: non-privileged access " + DEBUG(2, ("winbindd_pam_auth_crap: privileged access " "denied. !\n")); DEBUGADD(2, ("winbindd_pam_auth_crap: Ensure permissions " "on %s are set correctly.\n", |