[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-1107-gb1f7b6e

Karolin Seeger kseeger at samba.org
Tue Jun 2 06:21:47 GMT 2009


The branch, v3-4-test has been updated
       via  b1f7b6ebb9ea1ac53a83eca734e271e0a7137d0b (commit)
      from  736c4dddef28d53b55e58a6f62784f068e88dc01 (commit)

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


- Log -----------------------------------------------------------------
commit b1f7b6ebb9ea1ac53a83eca734e271e0a7137d0b
Author: Karolin Seeger <kseeger at samba.org>
Date:   Tue Jun 2 08:21:04 2009 +0200

    s3/WHATSNEW: Mention new passdb backend default.
    
    Karolin

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

Summary of changes:
 WHATSNEW.txt |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 7060d85..9809072 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -13,6 +13,9 @@ system at https://bugzilla.samba.org/.
 Major enhancements in Samba 3.4.0 include:
 ------------------------------------------
 
+Configuration changes:
+o The default passdb backend has been changed to 'tdbsam'!
+
 General changes:
 o Samba4 and Samba3 sources are included in the tarball
 
@@ -35,6 +38,22 @@ o An asynchronous API has been added.
 net Command Changes:
 o Parameter syntax made more consistent.
 
+
+Configuration changes
+=====================
+
+!!! ATTENTION !!!
+The default passdb backend has been changed to 'tdbsam'! That breaks existing
+setups using the 'smbpasswd' backend without explicit declaration! Please use
+'passdb backend = smbpasswd' if you would like to stick to the 'smbpasswd'
+backend or convert your smbpasswd entries using e.g. 'pdbedit -i smbpasswd -e
+tdbsam'.
+
+The 'tdbsam' backend is much more flexible concerning per user settings
+like 'profile path' or 'home directory' and there are some commands which do not
+work with the 'smbpasswd' backend at all.
+
+
 General Changes
 ===============
 
@@ -148,6 +167,7 @@ smb.conf changes
    kerberos method		       New	       default
    map untrusted to domain	       New	       No
    max open files		       Changed Default auto detected
+   passdb backend		       Changed Default tdbsam
    perfcount module		       New	       ""
    use kerberos keytab		       Removed
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list