S3-HowTo: Change 'winbindd -B' to 'winbindd -D'.
authorKarolin Seeger <kseeger@samba.org>
Mon, 19 Jan 2009 07:55:30 +0000 (08:55 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 19 Jan 2009 08:04:57 +0000 (09:04 +0100)
There is no option '-B' at all.

Thanks to Jason Ellison for reporting!

Karolin
(cherry picked from commit 7c1e08518bfbe054db270e72476c642d5db93c0a)
(cherry picked from commit 3b5d2fd4cc5f7cbe22be1dfc593ca4ba29197b66)
(cherry picked from commit 0900b10f64fbb9f2e55591d1b11be9bb29526744)

docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml
docs-xml/Samba3-HOWTO/TOSHARG-Winbind.xml

index 130da819e8d86f760dacb96d804511a0d4dd2716..1f1f51cf47df0152a23ab3d9c8a83e17c36520a7 100644 (file)
@@ -492,9 +492,9 @@ netbios-ns dgram udp wait root /usr/local/samba/sbin/nmbd nmbd
 
 <para><programlisting>
 #!/bin/sh
-/usr/local/samba/sbin/smbd -D 
-/usr/local/samba/sbin/winbindd -B
-/usr/local/samba/sbin/nmbd -D 
+/usr/local/samba/sbin/smbd -D
+/usr/local/samba/sbin/winbindd -D
+/usr/local/samba/sbin/nmbd -D
 </programlisting></para>
 
        <para>
index 7731e4e20646f6b41feca95e78c893440fc98706..adb0ba24d39997aeb3a6c7f56e94c622c60efb7c 100644 (file)
@@ -1016,7 +1016,7 @@ start() {
 in the example above with:
 
 <programlisting>
-        daemon /usr/local/samba/sbin/winbindd -B
+        daemon /usr/local/samba/sbin/winbindd -D
 </programlisting>.
 </para>
 
@@ -1125,7 +1125,7 @@ Again, if you would like to run Samba in dual daemon mode, replace:
 </programlisting>
 in the script above with:
 <programlisting>
-/usr/local/samba/sbin/winbindd -B
+/usr/local/samba/sbin/winbindd -D
 </programlisting>
 </para>