summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-09 07:51:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:02 -0500
commit1caceff302203bd682bc0995feeffb1fe880de75 (patch)
tree73fb31429d4c541011db1f18db2fbf4fde46cdc2 /source4
parent594781270e107f9fbc6061e6223f2c693bec6b58 (diff)
downloadsamba-1caceff302203bd682bc0995feeffb1fe880de75.tar.gz
samba-1caceff302203bd682bc0995feeffb1fe880de75.tar.bz2
samba-1caceff302203bd682bc0995feeffb1fe880de75.zip
r18290: 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 (This used to be commit 9fb91702fd6c080d87ea60c60e0591636d1a6441)
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/script/tests/mktestsetup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/script/tests/mktestsetup.sh b/source4/script/tests/mktestsetup.sh
index a482f62a40..9ff2d6a5f8 100755
--- a/source4/script/tests/mktestsetup.sh
+++ b/source4/script/tests/mktestsetup.sh
@@ -199,8 +199,8 @@ cat >$KRB5_CONFIG<<EOF
[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]