summaryrefslogtreecommitdiff
path: root/source4/auth/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2008-05-05 13:21:18 +1000
committerAndrew Bartlett <abartlet@samba.org>2008-05-05 13:21:18 +1000
commit2c95244f1115c87a8ec3101427680a834d71ceaf (patch)
tree0631be9237397847c7d81e579bc4f49e6c125804 /source4/auth/config.mk
parentfe7d46067133131189faf7aebae62fa9c48626d9 (diff)
downloadsamba-2c95244f1115c87a8ec3101427680a834d71ceaf.tar.gz
samba-2c95244f1115c87a8ec3101427680a834d71ceaf.tar.bz2
samba-2c95244f1115c87a8ec3101427680a834d71ceaf.zip
Add a new implementation of security=server.
This is not intended for general use, and will not be easily exposed (if I have anything to do with it), but should allow the CIFS proxy to re-use the connection. A work in progress. Andrew Bartlett (This used to be commit a1e60ebc6d1e794011df5f69f691f4ec8622e991)
Diffstat (limited to 'source4/auth/config.mk')
-rw-r--r--source4/auth/config.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk
index 7d4678b7ac..0acb9e30ba 100644
--- a/source4/auth/config.mk
+++ b/source4/auth/config.mk
@@ -55,6 +55,18 @@ SUBSYSTEM = auth
auth_anonymous_OBJ_FILES = $(addprefix auth/, auth_anonymous.o)
#######################
+# Start MODULE auth_anonymous
+[MODULE::auth_server]
+INIT_FUNCTION = auth_server_init
+SUBSYSTEM = auth
+PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL LIBCLI_SMB
+OUTPUT_TYPE = SHARED_LIBRARY
+# End MODULE auth_server
+#######################
+
+auth_server_OBJ_FILES = $(addprefix auth/, auth_server.o)
+
+#######################
# Start MODULE auth_winbind
[MODULE::auth_winbind]
INIT_FUNCTION = auth_winbind_init