Change kdc port specifications in kdc.conf to match current
authorEzra Peisach <epeisach@mit.edu>
Sat, 7 Oct 1995 12:05:58 +0000 (12:05 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sat, 7 Oct 1995 12:05:58 +0000 (12:05 +0000)
implementation.

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

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

index 941096f37d618d164772ea3bac90298762a41400..7dc7c38fb8de71d5e6b50918e7e7aefd1bd77ca4 100644 (file)
@@ -1,3 +1,8 @@
+Sat Oct  7 08:03:43 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * default.exp: Change kdc.conf ports definitions to current
+               methodology. 
+
 Thu Sep 28 18:54:43 1995  Mark Eichin  <eichin@cygnus.com>
 
        * default.exp: set timeout to 100 since the default of 10 is
index 452785efdf5c8bbf3177263c7b1a57642463897b..cb7f7d2cac52661aaa190b51c8707d986a129c05 100644 (file)
@@ -277,16 +277,14 @@ proc setup_kerberos_files { } {
     if ![file exists tmpdir/kdc.conf] {
        set conffile [open tmpdir/kdc.conf w]
        puts $conffile "\[kdcdefaults\]"
-       puts $conffile "        primary_ports = 3085,3086,3087,3088,3089"
-       puts $conffile "        secondary_ports = -1"
+       puts $conffile "        kdc_ports = 3085,3086,3087,3088,3089"
        puts $conffile ""
        puts $conffile "\[realms\]"
        puts $conffile "        KRBTEST.COM = \{"
-       puts $conffile "                profile = $tmppwd/krb5.conf"
        puts $conffile "                database_name = $tmppwd/db"
        puts $conffile "                master_key_name = master/key"
        puts $conffile "                master_key_type = des-cbc-md5"
-       puts $conffile "                port = 3088"
+       puts $conffile "                kdc_ports = 3088"
        puts $conffile "                kadmind_port = 3750"
        puts $conffile "                key_stash_file = $tmppwd/stash"
        puts $conffile "                max_life = 1:00:00"