From 00b73df5527e6ef67eb82bca4e4f494fe48d87c5 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 19 Mar 2007 12:54:39 +0000 Subject: r21873: This is winbindd_pam.c, not pam_winbind.c :-) (This used to be commit e1fbfbe1c49d3ff1ca71a33e66fae1f2d48fb7a7) --- source3/nsswitch/winbindd_pam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch') 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", -- cgit