1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

r22551: use fixed passwords, to make it possible to reproduce stuff

and look into krb5 blobs when using wireshark on
--socket-wrapper-pcap created files

metze
(This used to be commit eaf4b9c0ee88ef32e984e10e76d57ea5daa0e7e7)
This commit is contained in:
Stefan Metzmacher 2007-04-28 09:01:52 +00:00 committed by Gerald (Jerry) Carter
parent ecc37e1dac
commit 99b2851f46

View File

@ -600,6 +600,8 @@ sub provision($$$$$)
push (@provision_options, "--domain $domain");
push (@provision_options, "--realm $realm");
push (@provision_options, "--adminpass $password");
push (@provision_options, "--krbtgtpass krbtgt$password");
push (@provision_options, "--machinepass machine$password");
push (@provision_options, "--root=$root");
push (@provision_options, "--simple-bind-dn=cn=Manager,$basedn");
push (@provision_options, "--password=$password");