summaryrefslogtreecommitdiff
path: root/source4/torture/libnet
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-01-18 00:01:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:43:42 -0500
commitc74968179c174c04a56dbb4062881c162d3697bb (patch)
treefba0b73e8204dc5c3a861cea22c2761105a71cb9 /source4/torture/libnet
parentcc6c3eb38c267c7a1f0087bcfdccc01e2164134f (diff)
downloadsamba-c74968179c174c04a56dbb4062881c162d3697bb.tar.gz
samba-c74968179c174c04a56dbb4062881c162d3697bb.tar.bz2
samba-c74968179c174c04a56dbb4062881c162d3697bb.zip
r20868: load the pdc_fsmo and naming_fsmo modules
metze (This used to be commit b0e30d030e4294cbab79f4db6e6b19a2afda26cb)
Diffstat (limited to 'source4/torture/libnet')
-rw-r--r--source4/torture/libnet/libnet_BecomeDC.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/libnet/libnet_BecomeDC.c b/source4/torture/libnet/libnet_BecomeDC.c
index da482e9990..984d67eb63 100644
--- a/source4/torture/libnet/libnet_BecomeDC.c
+++ b/source4/torture/libnet/libnet_BecomeDC.c
@@ -194,8 +194,8 @@ static NTSTATUS test_become_dc_prepare_db(void *private_data,
" \"rdn_name\",\n"
" \"partition\");\n"
"subobj.MODULES_LIST = join(\",\", modules_list);\n"
- "subobj.DOMAINDN_MOD = \"repl_meta_data\";\n"
- "subobj.CONFIGDN_MOD = \"repl_meta_data\";\n"
+ "subobj.DOMAINDN_MOD = \"pdc_fsmo,repl_meta_data\";\n"
+ "subobj.CONFIGDN_MOD = \"naming_fsmo,repl_meta_data\";\n"
"subobj.SCHEMADN_MOD = \"schema_fsmo,repl_meta_data\";\n"
"\n"
"subobj.KRBTGTPASS = \"test\";\n"