summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules/tests
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-10-22 09:22:18 +1100
committerAndrew Bartlett <abartlet@samba.org>2009-10-22 09:22:18 +1100
commitf4240973ba40934d435c7777753094bbb32ce474 (patch)
tree5bcdc048571e6c8c4132f4f5c6de9191ce6f995c /source4/dsdb/samdb/ldb_modules/tests
parent33f3d54de4ffab239e107cb8c92a8454080adbf3 (diff)
downloadsamba-f4240973ba40934d435c7777753094bbb32ce474.tar.gz
samba-f4240973ba40934d435c7777753094bbb32ce474.tar.bz2
samba-f4240973ba40934d435c7777753094bbb32ce474.zip
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
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules/tests')
-rw-r--r--source4/dsdb/samdb/ldb_modules/tests/samba3sam.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/tests/samba3sam.py b/source4/dsdb/samdb/ldb_modules/tests/samba3sam.py
index 252de85aa1..2478043eb4 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()