* default.exp: Added kpasswd_port variable to kdc.conf creation.
authorEzra Peisach <epeisach@mit.edu>
Wed, 21 Jan 1998 17:34:28 +0000 (17:34 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 21 Jan 1998 17:34:28 +0000 (17:34 +0000)
        (proven@cygnus.com)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10365 dc483132-0cff-0310-8789-dd5450dbe970

src/tests/dejagnu/config/ChangeLog
src/tests/dejagnu/config/default.exp

index a037337561262942cd795c0763ecf38632088ea5..d1dd5ce47844a55855ea5b22bce5404136f42603 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jan 21 11:39:11 1998  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * default.exp: Added kpasswd_port variable to kdc.conf creation.
+       (proven@cygnus.com)
+
 Mon Nov 25 14:23:06 1996  Theodore Y. Ts'o  <tytso@mit.edu>
 
        * defualt.exp: Ezra's fix so that the dejagnu tests don't bomb out
index 9e728ca5b9a2e09b787016ce53216be714274ff4..9bae42811ee7d8b81e86ffa9b8128fe526860858 100644 (file)
@@ -344,6 +344,7 @@ proc setup_kerberos_files { } {
        puts $conffile "                key_stash_file = $tmppwd/stash"
        puts $conffile "                acl_file = $tmppwd/acl"
        puts $conffile "                kadmind_port = 3750"
+       puts $conffile "                kpasswd_port = 3751"
        puts $conffile "                max_life = 1:00:00"
        puts $conffile "                max_renewable_life = 3:00:00"
        puts $conffile "                master_key_type = des-cbc-md5"