diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-01-18 01:35:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:43:44 -0500 |
commit | 2467451ddfb1b9a38c9cdfcd8c647dc5cc670448 (patch) | |
tree | ae3ebbaec3d6c300b42b9e980934e6ae4755a233 | |
parent | 3e523582ea41702450d2f14535be24ecb45023b7 (diff) | |
download | samba-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)
-rw-r--r-- | source4/torture/libnet/libnet_BecomeDC.c | 3 |
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" |