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

r20807: test static password for the test_*.ldb' files

metze
(This used to be commit 6790a62e4e)
This commit is contained in:
Stefan Metzmacher 2007-01-15 14:19:03 +00:00 committed by Gerald (Jerry) Carter
parent 9f802707d8
commit cb54de2bf9

View File

@ -198,6 +198,10 @@ static NTSTATUS test_become_dc_prepare_db(void *private_data,
"subobj.CONFIGDN_MOD = \"repl_meta_data\";\n"
"subobj.SCHEMADN_MOD = \"schema_fsmo,repl_meta_data\";\n"
"\n"
"subobj.KRBTGTPASS = \"test\";\n"
"subobj.MACHINEPASS = \"test\";\n"
"subobj.ADMINPASS = \"test\";\n"
"\n"
"var paths = provision_default_paths(subobj);\n"
"paths.samdb = \"%s\";\n"
"paths.secrets = \"%s\";\n"