summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/Samba-HOWTO-Collection/TOSHARG-Compiling.xml3
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>