diff options
author | John Terpstra <jht@samba.org> | 2005-05-25 07:30:49 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:38 -0500 |
commit | 3192e95c2ce5a03c3238b454b050eb68c483b88c (patch) | |
tree | a8e8af786751aaf7fda1a5546d89ffabab023974 /docs | |
parent | 69ce22e35cd51e83a4846b45cff1cd0f3bb15392 (diff) | |
download | samba-3192e95c2ce5a03c3238b454b050eb68c483b88c.tar.gz samba-3192e95c2ce5a03c3238b454b050eb68c483b88c.tar.bz2 samba-3192e95c2ce5a03c3238b454b050eb68c483b88c.zip |
Added winbindd to daemon list.
(This used to be commit 323fc4f358f0fe9a08dd694d92f42b9f1c405018)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Samba-HOWTO-Collection/TOSHARG-Compiling.xml | 3 |
1 files changed, 2 insertions, 1 deletions
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: <para> <indexterm><primary>inetd</primary></indexterm> - 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 <application>inetd</application>. Don't try to do both! Either you can put them in <filename> inetd.conf</filename> and have them started on demand by <application>inetd</application> or <application>xinetd</application>, or you @@ -498,6 +498,7 @@ netbios-ns dgram udp wait root /usr/local/samba/bin/nmbd nmbd <para><programlisting> #!/bin/sh /usr/local/samba/bin/smbd -D +/usr/local/samba/bin/winbindd /usr/local/samba/bin/nmbd -D </programlisting></para> </smbfile> |