[SCM] Samba Shared Repository - branch v3-0-stable updated - release-3-0-33-113-g2521b56

Karolin Seeger kseeger at samba.org
Mon Jan 19 09:27:34 GMT 2009


The branch, v3-0-stable has been updated
       via  2521b56722bb4dafa8875c1946f9dd9a92dfde58 (commit)
      from  79171d7a781d636d09af85e441ddc88e4a508eb7 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-0-stable


- Log -----------------------------------------------------------------
commit 2521b56722bb4dafa8875c1946f9dd9a92dfde58
Author: Karolin Seeger <kseeger at samba.org>
Date:   Mon Jan 19 10:22:46 2009 +0100

    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)
    (cherry picked from commit f89c3db4ae0bcf1680c2532833ee115005b8ed70)
    (cherry picked from commit 604fb1e00c18d81b5be8f096274e8a121a413745)

-----------------------------------------------------------------------

Summary of changes:
 .../Samba3-ByExample/SBE-DomainAppsSupport.xml     |    2 +-
 .../Samba3-ByExample/SBE-SecureOfficeServer.xml    |    4 ++--
 docs-xml/Samba3-ByExample/SBE-TheSmallOffice.xml   |    4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/docs-xml/Samba3-ByExample/SBE-DomainAppsSupport.xml b/docs-xml/Samba3-ByExample/SBE-DomainAppsSupport.xml
index 6d144ab..c9ccd43 100644
--- a/docs-xml/Samba3-ByExample/SBE-DomainAppsSupport.xml
+++ b/docs-xml/Samba3-ByExample/SBE-DomainAppsSupport.xml
@@ -477,7 +477,7 @@ Password for ADMINISTRATOR at 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 e03c010..2e60b4a 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 ca39af3..b178749 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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list