From 8100dce4e5a529cd249e0ac7a22036fc465074b7 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Tue, 22 Aug 2000 15:42:56 +0000 Subject: [PATCH] * default.exp: Create a properly formatted krb.conf file. Also provide a krb4_srvtab stanza (even though we are falling back on the keytab file) so the tests do not try to access an installed systems /etc/srvtab file. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12626 dc483132-0cff-0310-8789-dd5450dbe970 --- src/tests/dejagnu/config/ChangeLog | 7 +++++++ src/tests/dejagnu/config/default.exp | 1 + 2 files changed, 8 insertions(+) diff --git a/src/tests/dejagnu/config/ChangeLog b/src/tests/dejagnu/config/ChangeLog index 38d2b95f1..a8950471a 100644 --- a/src/tests/dejagnu/config/ChangeLog +++ b/src/tests/dejagnu/config/ChangeLog @@ -1,3 +1,10 @@ +Tue Aug 22 09:47:50 2000 Ezra Peisach + + * default.exp: Create a properly formatted krb.conf file. Also + provide a krb4_srvtab stanza (even though we are falling back on + the keytab file) so the tests do not try to access an installed + systems /etc/srvtab file. + 2000-08-09 Tom Yu * default.exp: Add an eof clause to avoid breakage if rlogin exits diff --git a/src/tests/dejagnu/config/default.exp b/src/tests/dejagnu/config/default.exp index d64771ee0..d5112d6b0 100644 --- a/src/tests/dejagnu/config/default.exp +++ b/src/tests/dejagnu/config/default.exp @@ -382,6 +382,7 @@ proc setup_kerberos_files { } { } puts $conffile " krb4_config = $tmppwd/krb.conf" puts $conffile " krb4_realms = $tmppwd/krb.realms" + puts $conffile " krb4_srvtab = $tmppwd/v4srvtab" puts $conffile "" puts $conffile "\[realms\]" puts $conffile " $REALMNAME = \{" -- 2.26.2