summaryrefslogtreecommitdiff
path: root/source4/torture/libnet/libnet_BecomeDC.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-01-18 01:35:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:43:44 -0500
commit2467451ddfb1b9a38c9cdfcd8c647dc5cc670448 (patch)
treeae3ebbaec3d6c300b42b9e980934e6ae4755a233 /source4/torture/libnet/libnet_BecomeDC.c
parent3e523582ea41702450d2f14535be24ecb45023b7 (diff)
downloadsamba-2467451ddfb1b9a38c9cdfcd8c647dc5cc670448.tar.gz
samba-2467451ddfb1b9a38c9cdfcd8c647dc5cc670448.tar.bz2
samba-2467451ddfb1b9a38c9cdfcd8c647dc5cc670448.zip
r20872: make the password_hash module specific to the domain partition
as it's the only partition that can hold securityPrincipal objects metze (This used to be commit 72e9cc2184c3b52a4f98318e905b75a3be49df2e)
Diffstat (limited to 'source4/torture/libnet/libnet_BecomeDC.c')
-rw-r--r--source4/torture/libnet/libnet_BecomeDC.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/torture/libnet/libnet_BecomeDC.c b/source4/torture/libnet/libnet_BecomeDC.c
index f02778a4c4..79dc7acc99 100644
--- a/source4/torture/libnet/libnet_BecomeDC.c
+++ b/source4/torture/libnet/libnet_BecomeDC.c
@@ -188,13 +188,12 @@ static NTSTATUS test_become_dc_prepare_db(void *private_data,
" \"extended_dn\",\n"
" \"asq\",\n"
" \"samldb\",\n"
- " \"password_hash\",\n"
" \"operational\",\n"
" \"objectclass\",\n"
" \"rdn_name\",\n"
" \"partition\");\n"
"subobj.MODULES_LIST = join(\",\", modules_list);\n"
- "subobj.DOMAINDN_MOD = \"pdc_fsmo,repl_meta_data\";\n"
+ "subobj.DOMAINDN_MOD = \"pdc_fsmo,password_hash,repl_meta_data\";\n"
"subobj.CONFIGDN_MOD = \"naming_fsmo,repl_meta_data\";\n"
"subobj.SCHEMADN_MOD = \"schema_fsmo,repl_meta_data\";\n"
"\n"