summaryrefslogtreecommitdiff
path: root/nsswitch/pam_winbind.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-10-07 21:06:57 +0200
committerAndreas Schneider <asn@samba.org>2011-10-27 13:32:01 +0200
commit8682c32c1aee9b6790276644e44f16613a69ffe6 (patch)
treea4f5c131d9d6a2af7b8eadb715135ddaaf40dfa8 /nsswitch/pam_winbind.c
parentf53096032d271360225b71a4bd258f717ac8d6e2 (diff)
downloadsamba-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/pam_winbind.c')
-rw-r--r--nsswitch/pam_winbind.c2
1 files changed, 2 insertions, 0 deletions
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 @@
<sopwith@redhat.com> (see copyright below for full details)
*/
+#define UID_WRAPPER_NOT_REPLACE
+
#include "pam_winbind.h"
static int wbc_error_to_pam_error(wbcErr status)