[SCM] Samba Shared Repository - branch master updated

Andrew Bartlett abartlet at samba.org
Wed Oct 21 16:24:16 MDT 2009


The branch, master has been updated
       via  f424097... s4:dsdb Add default modules list to samba3sam
      from  33f3d54... s4:provision - rework the "guess_names" and "make_smbconf" method

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


- Log -----------------------------------------------------------------
commit f4240973ba40934d435c7777753094bbb32ce474
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Thu Oct 22 09:22:18 2009 +1100

    s4:dsdb Add default modules list to samba3sam
    
    This is needed because the work to allow existing databases to be loaded now
    moves the 'you have an old @PARTITION' record to the presense or absence of
    this attribute.
    
    Andrew Bartlett

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

Summary of changes:
 source4/dsdb/samdb/ldb_modules/tests/samba3sam.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/dsdb/samdb/ldb_modules/tests/samba3sam.py b/source4/dsdb/samdb/ldb_modules/tests/samba3sam.py
index 252de85..2478043 100644
--- a/source4/dsdb/samdb/ldb_modules/tests/samba3sam.py
+++ b/source4/dsdb/samdb/ldb_modules/tests/samba3sam.py
@@ -54,7 +54,8 @@ class MapBaseTestCase(TestCaseInTempDir):
         ldb.add({"dn": "@PARTITION",
             "partition": ["%s" % (s4.basedn_casefold), 
                           "%s" % (s3.basedn_casefold)],
-            "replicateEntries": ["@ATTRIBUTES", "@INDEXLIST"]})
+            "replicateEntries": ["@ATTRIBUTES", "@INDEXLIST"],
+            "modules": "*:"})
 
     def setUp(self):
         super(MapBaseTestCase, self).setUp()


-- 
Samba Shared Repository


More information about the samba-cvs mailing list