mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
76b38d11fd
- 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 5190f60ded
)
13 lines
357 B
Makefile
13 lines
357 B
Makefile
# 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
|
|
################################################
|