diff options
author | Andreas Schneider <asn@samba.org> | 2011-10-07 21:06:57 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2011-10-27 13:32:01 +0200 |
commit | 8682c32c1aee9b6790276644e44f16613a69ffe6 (patch) | |
tree | a4f5c131d9d6a2af7b8eadb715135ddaaf40dfa8 /nsswitch/libwbclient | |
parent | f53096032d271360225b71a4bd258f717ac8d6e2 (diff) | |
download | samba-8682c32c1aee9b6790276644e44f16613a69ffe6.tar.gz samba-8682c32c1aee9b6790276644e44f16613a69ffe6.tar.bz2 samba-8682c32c1aee9b6790276644e44f16613a69ffe6.zip |
nsswitch: Disable uid_wrapper in libwbclient.
This way we don't have to link against it in the autoconf build.
Diffstat (limited to 'nsswitch/libwbclient')
-rw-r--r-- | nsswitch/libwbclient/wbc_pam.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |