The branch, master has been updated
       via  0d040ff448a67048c5bdade0c38ed0a923202c6e (commit)
       via  9a06f5e1713d54f0b179e2f6c5d050ef489cd373 (commit)
      from  4df33ec4a79c171097ea7ba7542e093ef5034863 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 0d040ff448a67048c5bdade0c38ed0a923202c6e
Author: Björn Jacke <b...@sernet.de>
Date:   Wed May 27 12:01:21 2009 +0200

    s3: update manpage as to the new passdb backend default

commit 9a06f5e1713d54f0b179e2f6c5d050ef489cd373
Author: Björn Jacke <b...@sernet.de>
Date:   Mon May 25 14:55:04 2009 +0200

    s3: make passdb backend defaults to tdbsam

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

Summary of changes:
 docs-xml/smbdotconf/security/passdbbackend.xml |    8 +++++---
 source3/param/loadparm.c                       |    2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/docs-xml/smbdotconf/security/passdbbackend.xml 
b/docs-xml/smbdotconf/security/passdbbackend.xml
index 487d8b8..b761f97 100644
--- a/docs-xml/smbdotconf/security/passdbbackend.xml
+++ b/docs-xml/smbdotconf/security/passdbbackend.xml
@@ -16,8 +16,10 @@
     <para>Available backends can include:
        <itemizedlist>
            <listitem>
-               <para><command moreinfo="none">smbpasswd</command> - The 
default smbpasswd
-               backend. Takes a path to the smbpasswd file as an optional 
argument.
+               <para><command moreinfo="none">smbpasswd</command> - The old 
plaintext passdb
+               backend. Some Samba features will not work if this passdb
+               backend is used. Takes a path to the smbpasswd file as an
+               optional argument.
                </para>
            </listitem>
                        
@@ -60,5 +62,5 @@ passdb backend = ldapsam:"ldap://ldap-1.example.com 
ldap-2.example.com"
 </programlisting>
 </description>
 
-<value type="default">smbpasswd</value>
+<value type="default">tdbsam</value>
 </samba:parameter>
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 4bd7cb0..57fdb6e 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -4999,7 +4999,7 @@ static void init_globals(bool first_time_only)
           a large number of sites (tridge) */
        Globals.bHostnameLookups = False;
 
-       string_set(&Globals.szPassdbBackend, "smbpasswd");
+       string_set(&Globals.szPassdbBackend, "tdbsam");
        string_set(&Globals.szLdapSuffix, "");
        string_set(&Globals.szLdapMachineSuffix, "");
        string_set(&Globals.szLdapUserSuffix, "");


-- 
Samba Shared Repository

Reply via email to