1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

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 72e9cc2184)
This commit is contained in:
Stefan Metzmacher 2007-01-18 01:35:54 +00:00 committed by Gerald (Jerry) Carter
parent 3e523582ea
commit 2467451ddf

View File

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