summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-01-19 10:22:46 +0100
committerKarolin Seeger <kseeger@samba.org>2009-01-20 14:16:50 +0100
commit221bfd9e4512b086c4b99f3e34737341c2f77233 (patch)
treeff69cbd210746e79bcdadf9f3f71cb0f6b7ca5f4 /docs-xml
parent30db1be18438298b529c15f7b72d0465ad271f29 (diff)
downloadsamba-221bfd9e4512b086c4b99f3e34737341c2f77233.tar.gz
S3-ByExample: Use 'winbindd -D' instead of 'winbindd -B'.
The option '-B' does not exist at all. Thanks to Jason Ellison for reporting! Karolin (cherry picked from commit 4b26c7bbf4fe93f5ffb92d3f04012be290be25be) (cherry picked from commit 05c7d97e6cf25c05ba6a661c0a31c88946ffd5cd)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/Samba3-ByExample/SBE-DomainAppsSupport.xml2
-rw-r--r--docs-xml/Samba3-ByExample/SBE-SecureOfficeServer.xml4
-rw-r--r--docs-xml/Samba3-ByExample/SBE-TheSmallOffice.xml4
3 files changed, 5 insertions, 5 deletions
diff --git a/docs-xml/Samba3-ByExample/SBE-DomainAppsSupport.xml b/docs-xml/Samba3-ByExample/SBE-DomainAppsSupport.xml
index 6d144ab2e31..c9ccd433d7b 100644
--- a/docs-xml/Samba3-ByExample/SBE-DomainAppsSupport.xml
+++ b/docs-xml/Samba3-ByExample/SBE-DomainAppsSupport.xml
@@ -477,7 +477,7 @@ Password for ADMINISTRATOR@LONDON.ABMAS.BIZ:
<screen>
&rootprompt; smbd -D
&rootprompt; nmbd -D
-&rootprompt; winbindd -B
+&rootprompt; winbindd -D
</screen>
</para></step>
diff --git a/docs-xml/Samba3-ByExample/SBE-SecureOfficeServer.xml b/docs-xml/Samba3-ByExample/SBE-SecureOfficeServer.xml
index e03c0106b07..2e60b4a91c6 100644
--- a/docs-xml/Samba3-ByExample/SBE-SecureOfficeServer.xml
+++ b/docs-xml/Samba3-ByExample/SBE-SecureOfficeServer.xml
@@ -1910,8 +1910,8 @@ Loaded services file OK.
14290 ? S 0:00 /usr/sbin/smbd -D
$rootprompt; ps ax | grep winbind
-14293 ? S 0:00 /usr/sbin/winbindd -B
-14295 ? S 0:00 /usr/sbin/winbindd -B
+14293 ? S 0:00 /usr/sbin/winbindd -D
+14295 ? S 0:00 /usr/sbin/winbindd -D
</screen>
The <command>winbindd</command> daemon is running in split mode (normal), so there are also
two instances<footnote><para>For more information regarding winbindd, see <emphasis>TOSHARG2</emphasis>,
diff --git a/docs-xml/Samba3-ByExample/SBE-TheSmallOffice.xml b/docs-xml/Samba3-ByExample/SBE-TheSmallOffice.xml
index ca39af30631..b1787498f2f 100644
--- a/docs-xml/Samba3-ByExample/SBE-TheSmallOffice.xml
+++ b/docs-xml/Samba3-ByExample/SBE-TheSmallOffice.xml
@@ -767,8 +767,8 @@ Ignoring unknown parameter "dogbert"
14290 ? S 0:00 /usr/sbin/smbd -D
$rootprompt; ps ax | grep winbind
-14293 ? S 0:00 /usr/sbin/winbindd -B
-14295 ? S 0:00 /usr/sbin/winbindd -B
+14293 ? S 0:00 /usr/sbin/winbindd -D
+14295 ? S 0:00 /usr/sbin/winbindd -D
</screen>
The <command>winbindd</command> daemon is running in split mode (normal), so there are also
two instances of it. For more information regarding <command>winbindd</command>, see