svn commit: samba-docs r578 - in trunk/Samba-HOWTO-Collection: .

jht at samba.org jht at samba.org
Wed May 25 07:30:50 GMT 2005


Author: jht
Date: 2005-05-25 07:30:49 +0000 (Wed, 25 May 2005)
New Revision: 578

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=578

Log:
Added winbindd to daemon list.
Modified:
   trunk/Samba-HOWTO-Collection/TOSHARG-Compiling.xml


Changeset:
Modified: trunk/Samba-HOWTO-Collection/TOSHARG-Compiling.xml
===================================================================
--- trunk/Samba-HOWTO-Collection/TOSHARG-Compiling.xml	2005-05-25 07:08:30 UTC (rev 577)
+++ trunk/Samba-HOWTO-Collection/TOSHARG-Compiling.xml	2005-05-25 07:30:49 UTC (rev 578)
@@ -398,7 +398,7 @@
 
 	<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 @@
 <para><programlisting>
 #!/bin/sh
 /usr/local/samba/bin/smbd -D 
+/usr/local/samba/bin/winbindd
 /usr/local/samba/bin/nmbd -D 
 </programlisting></para>
 </smbfile>



More information about the samba-cvs mailing list