mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +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
|
||
---|---|---|
.. | ||
build_options.c | ||
config.mk | ||
process_model.c | ||
process_model.h | ||
process_model.m4 | ||
process_model.mk | ||
process_single.c | ||
process_standard.c | ||
process_thread.c | ||
rewrite.c | ||
server.c | ||
server.h | ||
service.c | ||
service.h |