svn commit: samba r22551 - in branches/SAMBA_4_0/source/script/tests: .

metze at samba.org metze at samba.org
Sat Apr 28 09:01:53 GMT 2007


Author: metze
Date: 2007-04-28 09:01:52 +0000 (Sat, 28 Apr 2007)
New Revision: 22551

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22551

Log:
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
Modified:
   branches/SAMBA_4_0/source/script/tests/Samba4.pm


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/Samba4.pm
===================================================================
--- branches/SAMBA_4_0/source/script/tests/Samba4.pm	2007-04-28 08:58:40 UTC (rev 22550)
+++ branches/SAMBA_4_0/source/script/tests/Samba4.pm	2007-04-28 09:01:52 UTC (rev 22551)
@@ -600,6 +600,8 @@
 	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");



More information about the samba-cvs mailing list