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

tridge at samba.org tridge at samba.org
Sat Sep 9 07:51:30 GMT 2006


Author: tridge
Date: 2006-09-09 07:51:30 +0000 (Sat, 09 Sep 2006)
New Revision: 18290

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

Log:

finally worked out why we were failing tests on solaris. It has
kerberos on port 750 in /etc/services! Work around this by using
127.0.0.1:88 in the krb5.conf

Modified:
   branches/SAMBA_4_0/source/script/tests/mktestsetup.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/mktestsetup.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/mktestsetup.sh	2006-09-09 06:24:13 UTC (rev 18289)
+++ branches/SAMBA_4_0/source/script/tests/mktestsetup.sh	2006-09-09 07:51:30 UTC (rev 18290)
@@ -199,8 +199,8 @@
 
 [realms]
  SAMBA.EXAMPLE.COM = {
-  kdc = 127.0.0.1
-  admin_server = 127.0.0.1
+  kdc = 127.0.0.1:88
+  admin_server = 127.0.0.1:88
   default_domain = samba.example.com
  }
 [domain_realm]



More information about the samba-cvs mailing list