summaryrefslogtreecommitdiff
path: root/docs-xml/Samba3-HOWTO
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-01-19 08:55:30 +0100
committerKarolin Seeger <kseeger@samba.org>2009-01-19 08:55:30 +0100
commit7c1e08518bfbe054db270e72476c642d5db93c0a (patch)
tree4b83df9e3ce413bcca641f6a9ee770753fe50c19 /docs-xml/Samba3-HOWTO
parentafd405dd90561b6aa99b4c9e5b62644659b96768 (diff)
downloadsamba-7c1e08518bfbe054db270e72476c642d5db93c0a.tar.gz
samba-7c1e08518bfbe054db270e72476c642d5db93c0a.tar.bz2
samba-7c1e08518bfbe054db270e72476c642d5db93c0a.zip
S3-HowTo: Change 'winbindd -B' to 'winbindd -D'.
There is no option '-B' at all. Thanks to Jason Ellison for reporting! Karolin
Diffstat (limited to 'docs-xml/Samba3-HOWTO')
-rw-r--r--docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml6
-rw-r--r--docs-xml/Samba3-HOWTO/TOSHARG-Winbind.xml4
2 files changed, 5 insertions, 5 deletions
diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml b/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml
index 130da819e8..1f1f51cf47 100644
--- a/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml
+++ b/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml
@@ -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>
diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-Winbind.xml b/docs-xml/Samba3-HOWTO/TOSHARG-Winbind.xml
index 7731e4e206..adb0ba24d3 100644
--- a/docs-xml/Samba3-HOWTO/TOSHARG-Winbind.xml
+++ b/docs-xml/Samba3-HOWTO/TOSHARG-Winbind.xml
@@ -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>