* default.exp: Add an entry for krb524_server for the localhost
authorEzra Peisach <epeisach@mit.edu>
Sun, 17 Jun 2001 14:43:42 +0000 (14:43 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sun, 17 Jun 2001 14:43:42 +0000 (14:43 +0000)
        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
src/tests/dejagnu/config/default.exp

index 2cc7e38b434cf79161b483dc00c9c7016436227a..86dbf519aabac981f3515187dbffc5cace95b08b 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-17  Ezra Peisach  <epeisach@mit.edu>
+
+       * default.exp: Add an entry for krb524_server for the localhost
+       with a non-standard port number.
+
 2001-04-25  Ezra Peisach  <epeisach@mit.edu>
 
        * default.exp: For Kerberos 4 tests, use a different ticket file
index 1ba0664e2d3239da1c6f5a4416cd96b4a62f40af..827c994f82ecfda986b674bab0855b5560d410f7 100644 (file)
@@ -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\]"