diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-03-22 18:36:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:18:50 -0500 |
commit | 719f4657e8c987cd29e8824dd3938f5609da9d61 (patch) | |
tree | 8ea829255471f7a1a4f10ab628d18e53626b9a5a /source3/auth | |
parent | 035bb5cc6ff4645bf2fd52785a3b31c3319eaa08 (diff) | |
download | samba-719f4657e8c987cd29e8824dd3938f5609da9d61.tar.gz samba-719f4657e8c987cd29e8824dd3938f5609da9d61.tar.bz2 samba-719f4657e8c987cd29e8824dd3938f5609da9d61.zip |
r21935: Revert obviously not sufficiently tested code -- sorry for the pain. I am afraid I was basically off the net for the day
(This used to be commit 08c29abc03267b0dfb41cec3734653a536027a10)
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_winbind.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/auth/auth_winbind.c b/source3/auth/auth_winbind.c index f06f83f406..fa56757950 100644 --- a/source3/auth/auth_winbind.c +++ b/source3/auth/auth_winbind.c @@ -108,8 +108,7 @@ static NTSTATUS check_winbind_security(const struct auth_context *auth_context, /* we are contacting the privileged pipe */ become_root(); - result = winbindd_priv_request_response(WINBINDD_PAM_AUTH_CRAP, - &request, &response); + result = winbindd_request_response(WINBINDD_PAM_AUTH_CRAP, &request, &response); unbecome_root(); if ( result == NSS_STATUS_UNAVAIL ) { |