From 8682c32c1aee9b6790276644e44f16613a69ffe6 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 7 Oct 2011 21:06:57 +0200 Subject: nsswitch: Disable uid_wrapper in libwbclient. This way we don't have to link against it in the autoconf build. --- nsswitch/pam_winbind.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nsswitch/pam_winbind.c') diff --git a/nsswitch/pam_winbind.c b/nsswitch/pam_winbind.c index e59a6d8ea1..04977267c9 100644 --- a/nsswitch/pam_winbind.c +++ b/nsswitch/pam_winbind.c @@ -10,6 +10,8 @@ (see copyright below for full details) */ +#define UID_WRAPPER_NOT_REPLACE + #include "pam_winbind.h" static int wbc_error_to_pam_error(wbcErr status) -- cgit