1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r20868: load the pdc_fsmo and naming_fsmo modules

metze
(This used to be commit b0e30d030e4294cbab79f4db6e6b19a2afda26cb)
This commit is contained in:
Stefan Metzmacher 2007-01-18 00:01:18 +00:00 committed by Gerald (Jerry) Carter
parent cc6c3eb38c
commit c74968179c

View File

@ -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"