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/libwbclient/wbc_pam.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nsswitch/libwbclient') diff --git a/nsswitch/libwbclient/wbc_pam.c b/nsswitch/libwbclient/wbc_pam.c index 585dfcfaf6..0aa180ca05 100644 --- a/nsswitch/libwbclient/wbc_pam.c +++ b/nsswitch/libwbclient/wbc_pam.c @@ -23,6 +23,7 @@ /* Required Headers */ +#define UID_WRAPPER_NOT_REPLACE #include "replace.h" #include "libwbclient.h" #include "../winbind_client.h" -- cgit