From 3192e95c2ce5a03c3238b454b050eb68c483b88c Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Wed, 25 May 2005 07:30:49 +0000 Subject: Added winbindd to daemon list. (This used to be commit 323fc4f358f0fe9a08dd694d92f42b9f1c405018) --- docs/Samba-HOWTO-Collection/TOSHARG-Compiling.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/Samba-HOWTO-Collection') diff --git a/docs/Samba-HOWTO-Collection/TOSHARG-Compiling.xml b/docs/Samba-HOWTO-Collection/TOSHARG-Compiling.xml index c81a8d5a3b..9d6d31d8a5 100644 --- a/docs/Samba-HOWTO-Collection/TOSHARG-Compiling.xml +++ b/docs/Samba-HOWTO-Collection/TOSHARG-Compiling.xml @@ -398,7 +398,7 @@ example of what you would not want to see would be: inetd - You must choose to start &smbd; and &nmbd; either as daemons or from + You must choose to start &smbd;, &winbindd; and &nmbd; either as daemons or from inetd. Don't try to do both! Either you can put them in inetd.conf and have them started on demand by inetd or xinetd, or you @@ -498,6 +498,7 @@ netbios-ns dgram udp wait root /usr/local/samba/bin/nmbd nmbd #!/bin/sh /usr/local/samba/bin/smbd -D +/usr/local/samba/bin/winbindd /usr/local/samba/bin/nmbd -D -- cgit