S3-ByExample: Use 'winbindd -D' instead of 'winbindd -B'.
authorKarolin Seeger <kseeger@samba.org>
Mon, 19 Jan 2009 09:22:46 +0000 (10:22 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 19 Jan 2009 09:27:19 +0000 (10:27 +0100)
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)
(cherry picked from commit f89c3db4ae0bcf1680c2532833ee115005b8ed70)
(cherry picked from commit 604fb1e00c18d81b5be8f096274e8a121a413745)

docs-xml/Samba3-ByExample/SBE-DomainAppsSupport.xml
docs-xml/Samba3-ByExample/SBE-SecureOfficeServer.xml
docs-xml/Samba3-ByExample/SBE-TheSmallOffice.xml

index 6d144ab2e312a822f62c4db8e59f2ec559eb5d54..c9ccd433d7b1a4e7789472c673062ae598065b6c 100644 (file)
@@ -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>
 
index e03c0106b07a3ce4b9b3c88a082bd19208bf4b72..2e60b4a91c64554d5c75aa2f0a4bf8ba95b5dd0c 100644 (file)
@@ -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>, 
index ca39af306313763bd72d9aa45e26f1702d93e9a6..b1787498f2f1ea2aff43dfabdc5226ae7fb7c19e 100644 (file)
@@ -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