[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-594-g23ffccd

Andrew Bartlett abartlet at samba.org
Mon Sep 21 00:08:39 MDT 2009


The branch, master has been updated
       via  23ffccd5d7c9a88d479f82043ff1b6efe938cc6a (commit)
      from  9801ec5f1af8f3f67461fa09e29213bea06b1c6a (commit)

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


- Log -----------------------------------------------------------------
commit 23ffccd5d7c9a88d479f82043ff1b6efe938cc6a
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Sun Sep 20 21:32:16 2009 -0700

    s4:provision Make us Windows 2008 level by defualt again
    
    Also add a note to clarify that this should not be changed without
    discussion and consensus.  We don't want this bouncing around.
    
    Paramater support to allow optional selection of Win2003 mode welcomed.
    
    Andrew Bartlett

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

Summary of changes:
 source4/scripting/python/samba/provision.py |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/scripting/python/samba/provision.py b/source4/scripting/python/samba/provision.py
index 8af24f2..b00f240 100644
--- a/source4/scripting/python/samba/provision.py
+++ b/source4/scripting/python/samba/provision.py
@@ -44,7 +44,7 @@ from credentials import Credentials, DONT_USE_KERBEROS
 from auth import system_session, admin_session
 from samba import version, Ldb, substitute_var, valid_netbios_name
 from samba import check_all_substituted
-from samba import DS_DOMAIN_FUNCTION_2000, DS_DC_FUNCTION_2008_R2
+from samba import DS_DOMAIN_FUNCTION_2000, DS_DOMAIN_FUNCTION_2008, DS_DC_FUNCTION_2008, DS_DC_FUNCTION_2008_R2
 from samba.samdb import SamDB
 from samba.idmap import IDmapDB
 from samba.dcerpc import security
@@ -895,9 +895,10 @@ def setup_samdb(path, setup_path, session_info, credentials, lp,
     :note: This will wipe the main SAM database file!
     """
 
-    domainFunctionality = DS_DOMAIN_FUNCTION_2000
-    forestFunctionality = DS_DOMAIN_FUNCTION_2000
-    domainControllerFunctionality = DS_DC_FUNCTION_2008_R2
+    # Do NOT change these default values without discussion with the team and reslease manager.  
+    domainFunctionality = DS_DOMAIN_FUNCTION_2008
+    forestFunctionality = DS_DOMAIN_FUNCTION_2008
+    domainControllerFunctionality = DS_DC_FUNCTION_2008
 
     # Also wipes the database
     setup_samdb_partitions(path, setup_path, message=message, lp=lp,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list