summaryrefslogtreecommitdiff
path: root/source4/auth/config.m4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-10-24 23:54:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:04:31 -0500
commit4298624589e2b44d88d703fe7cc0e73957c7652e (patch)
tree25c340c7962ae480e6caa60573c1638c227283c9 /source4/auth/config.m4
parentd164190debf9499ffa6dbf46ee24fa98da36c14f (diff)
downloadsamba-4298624589e2b44d88d703fe7cc0e73957c7652e.tar.gz
samba-4298624589e2b44d88d703fe7cc0e73957c7652e.tar.bz2
samba-4298624589e2b44d88d703fe7cc0e73957c7652e.zip
r3170: Add winbind client support back into Samba4. This is to allow
auth_winbind to work, and to therefore use the new ntlm_auth and GENSEC in an otherwise Samba3 setup. I'm not quite sure what fun-and games my svn cp caused as I merged this from samba_3_0, but anyway... Andrew Bartlett (This used to be commit 5925b94a59da406d7e6b8cc695c99ba112fdfcd6)
Diffstat (limited to 'source4/auth/config.m4')
-rw-r--r--source4/auth/config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/config.m4 b/source4/auth/config.m4
index 3c4f86ecea..41e652efec 100644
--- a/source4/auth/config.m4
+++ b/source4/auth/config.m4
@@ -2,5 +2,6 @@ dnl # AUTH Server subsystem
SMB_MODULE_MK(auth_sam,AUTH,STATIC,auth/config.mk)
SMB_MODULE_MK(auth_builtin,AUTH,STATIC,auth/config.mk)
+SMB_MODULE_MK(auth_winbind,AUTH,STATIC,auth/config.mk)
SMB_SUBSYSTEM_MK(AUTH,auth/config.mk,[],[],[SAMDB])