diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-01-20 10:27:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:43:52 -0500 |
commit | 5d8700c53c0aa8d1b7c6a7b209b4d740b1036583 (patch) | |
tree | 81460ecf28df74b6f8fcec24d71074ca3a88c06e /source4/torture/libnet/libnet_BecomeDC.c | |
parent | 21cf5c82a2e23cfef8aa2ba0d0251c94564620e0 (diff) | |
download | samba-5d8700c53c0aa8d1b7c6a7b209b4d740b1036583.tar.gz samba-5d8700c53c0aa8d1b7c6a7b209b4d740b1036583.tar.bz2 samba-5d8700c53c0aa8d1b7c6a7b209b4d740b1036583.zip |
r20922: use the show_deleted module by default
metze
(This used to be commit edc37501d6ecdaf7b13006b732914e21ae0be657)
Diffstat (limited to 'source4/torture/libnet/libnet_BecomeDC.c')
-rw-r--r-- | source4/torture/libnet/libnet_BecomeDC.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/libnet/libnet_BecomeDC.c b/source4/torture/libnet/libnet_BecomeDC.c index 3ed4d8ab8b..0555e4b74b 100644 --- a/source4/torture/libnet/libnet_BecomeDC.c +++ b/source4/torture/libnet/libnet_BecomeDC.c @@ -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" |