use diffrent port, 49188, and hope that it isnt used, help on solaris where the help services runs on port 8888

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20202 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-02-08 00:59:47 +00:00
parent 3897860232
commit ea808c9c0e
15 changed files with 22 additions and 12 deletions

View File

@@ -10,7 +10,10 @@ TESTS = $(SCRIPT_TESTS)
check_SCRIPTS = $(SCRIPT_TESTS)
port = 49188
do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' \
-e 's,[@]port[@],$(port),g' \
-e 's,[@]objdir[@],$(top_builddir)/tests/gss,g'
check-gss: check-gss.in Makefile

View File

@@ -42,7 +42,7 @@ objdir="@objdir@"
R=TEST.H5L.SE
port=8888
port=@port@
keytabfile=${objdir}/server.keytab
keytab="FILE:${keytabfile}"

View File

@@ -42,7 +42,7 @@ objdir="@objdir@"
R=TEST.H5L.SE
port=8888
port=@port@
kadmin="${TESTS_ENVIRONMENT} ../../kadmin/kadmin -l -r $R"
kdc="${TESTS_ENVIRONMENT} ../../kdc/kdc --addresses=localhost -P $port"

View File

@@ -9,7 +9,7 @@
[realms]
TEST.H5L.SE = {
kdc = localhost:8888
kdc = localhost:@port@
}
[domain_realms]