* default.exp (setup_krb5_conf): Default to not using SRV records
authorTom Yu <tlyu@mit.edu>
Thu, 17 Jun 2004 23:14:19 +0000 (23:14 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 17 Jun 2004 23:14:19 +0000 (23:14 +0000)
to look up KDCs, to avoid timeouts on KRBTEST.COM's DNS servers.

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

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

index 7d28c920651f98f30448ae52ba315fe92a8074d9..52adce5868bc54e0d32b8f9664cc63844aa436c9 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-17  Tom Yu  <tlyu@mit.edu>
+
+       * default.exp (setup_krb5_conf): Default to not using SRV records
+       to look up KDCs, to avoid timeouts on KRBTEST.COM's DNS servers.
+
 2004-03-14  Ken Raeburn  <raeburn@mit.edu>
 
        * default.exp: Set new variable portbase from $PORTBASE or
index 47f8a14e7f6b05a324747b4c8809722b6b2e745a..ba0bcd0da8313c857167f61bdef3da4636d35513 100644 (file)
@@ -890,6 +890,7 @@ proc setup_krb5_conf { {type client} } {
        set conffile [open $tmppwd/krb5.$type.conf w]
        puts $conffile "\[libdefaults\]"
        puts $conffile "        default_realm = $REALMNAME"
+       puts $conffile "        dns_lookup_kdc = false"
        if [info exists default_tgs_enctypes($type)] {
            puts $conffile \
                    "   default_tgs_enctypes = $default_tgs_enctypes($type)"