summaryrefslogtreecommitdiff
path: root/source4/winbind/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-01-14 02:01:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:08:49 -0500
commit76b38d11fdfacb0aad3f578b3aaec4c3dbbbaae6 (patch)
treee2b5034043e9e4c76617ce68ec1122c31f905bcf /source4/winbind/config.mk
parent9327ec51d11855ec0ceac3ce1f4e0a75c8b57081 (diff)
downloadsamba-76b38d11fdfacb0aad3f578b3aaec4c3dbbbaae6.tar.gz
samba-76b38d11fdfacb0aad3f578b3aaec4c3dbbbaae6.tar.bz2
samba-76b38d11fdfacb0aad3f578b3aaec4c3dbbbaae6.zip
r4729: add dummy "winbind" service
- this creates a new task and then starts a process_model "single" with service "winbind_task" - that means with -M single everything is in one process with - M standard winbind is a seperate process but didn't fork for each connection with -M thread winbind is a seperate thread but didn't thread for each connection - the dummy server listen s on /tmp/.winbind/echo and for better testing with telnet also on 127.0.255.1 port 55555 metze (This used to be commit 5190f60dedc4076d94fbf77e02eb3b5312d953ec)
Diffstat (limited to 'source4/winbind/config.mk')
-rw-r--r--source4/winbind/config.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/source4/winbind/config.mk b/source4/winbind/config.mk
new file mode 100644
index 0000000000..948b628562
--- /dev/null
+++ b/source4/winbind/config.mk
@@ -0,0 +1,12 @@
+# server subsystem
+
+################################################
+# Start MODULE server_service_auth
+[MODULE::server_service_winbind]
+INIT_FUNCTION = server_service_winbind_init
+SUBSYSTEM = SERVER_SERVICE
+INIT_OBJ_FILES = \
+ winbind/wb_server.o
+REQUIRED_SUBSYSTEMS =
+# End MODULE server_service_winbind
+################################################