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
+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
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)"