From 9d6637dd525da6a48fe1a8363205979fe21d438f Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Sun, 17 Jun 2001 14:43:42 +0000 Subject: [PATCH] * default.exp: Add an entry for krb524_server for the localhost with a non-standard port number. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13355 dc483132-0cff-0310-8789-dd5450dbe970 --- src/tests/dejagnu/config/ChangeLog | 5 +++++ src/tests/dejagnu/config/default.exp | 1 + 2 files changed, 6 insertions(+) diff --git a/src/tests/dejagnu/config/ChangeLog b/src/tests/dejagnu/config/ChangeLog index 2cc7e38b4..86dbf519a 100644 --- a/src/tests/dejagnu/config/ChangeLog +++ b/src/tests/dejagnu/config/ChangeLog @@ -1,3 +1,8 @@ +2001-06-17 Ezra Peisach + + * default.exp: Add an entry for krb524_server for the localhost + with a non-standard port number. + 2001-04-25 Ezra Peisach * default.exp: For Kerberos 4 tests, use a different ticket file diff --git a/src/tests/dejagnu/config/default.exp b/src/tests/dejagnu/config/default.exp index 1ba0664e2..827c994f8 100644 --- a/src/tests/dejagnu/config/default.exp +++ b/src/tests/dejagnu/config/default.exp @@ -390,6 +390,7 @@ proc setup_kerberos_files { } { puts $conffile " admin_server = $hostname:3750" puts $conffile " kpasswd_server = $hostname:3751" puts $conffile " default_domain = $domain" + puts $conffile " krb524_server = $hostname:3752" puts $conffile " \}" puts $conffile "" puts $conffile "\[domain_realm\]" -- 2.26.2