r4729: add dummy "winbind" service
authorStefan Metzmacher <metze@samba.org>
Fri, 14 Jan 2005 02:01:19 +0000 (02:01 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:49 +0000 (13:08 -0500)
commit5190f60dedc4076d94fbf77e02eb3b5312d953ec
treefd0eba9648d55a78e6c2e05b01e1f510e43a49d1
parentd5fa02746c6569b09b6e05785642da2fad3ba3e0
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
source/build/smb_build/main.pm
source/smbd/service.c
source/winbind/config.mk [new file with mode: 0644]
source/winbind/wb_server.c [new file with mode: 0644]