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

r20922: use the show_deleted module by default

metze
This commit is contained in:
Stefan Metzmacher 2007-01-20 10:27:22 +00:00 committed by Gerald (Jerry) Carter
parent fc5319e927
commit edc37501d6
2 changed files with 2 additions and 0 deletions

View File

@ -798,6 +798,7 @@ function provision_guess()
"operational",
"objectclass",
"rdn_name",
"show_deleted",
"partition");
subobj.MODULES_LIST = join(",", modules_list);
subobj.DOMAINDN_MOD = "objectguid";

View File

@ -193,6 +193,7 @@ static NTSTATUS test_become_dc_prepare_db(void *private_data,
" \"operational\",\n"
" \"objectclass\",\n"
" \"rdn_name\",\n"
" \"show_deleted\",\n"
" \"partition\");\n"
"subobj.MODULES_LIST = join(\",\", modules_list);\n"
"subobj.DOMAINDN_MOD = \"pdc_fsmo,password_hash,repl_meta_data\";\n"