+2005-10-19 Ken Raeburn <raeburn@mit.edu>
+
+ * default.exp (setup_krb5_conf): Don't include a non-listening KDC
+ port in the client's config file.
+
2005-09-07 Ken Raeburn <raeburn@mit.edu>
* default.exp: Initialize can_get_root to yes.
puts $conffile ""
puts $conffile "\[realms\]"
puts $conffile " $REALMNAME = \{"
- # I hope nothing's listening on 15294...
- puts $conffile " kdc = $hostname:[expr 6 + $portbase]"
+ # There's probably nothing listening here. It would be a good
+ # test for the handling of a non-responsive KDC address. However,
+ # on some systems, like Tru64, we often wind up with the client's
+ # socket bound to this address, causing our request to appear in
+ # our incoming queue as if it were a response, which causes test
+ # failures. If we were running the client and KDC on different
+ # hosts, this would be okay....
+ #puts $conffile " kdc = $hostname:[expr 6 + $portbase]"
puts $conffile " kdc = $hostname:[expr 1 + $portbase]"
puts $conffile " admin_server = $hostname:[expr 4 + $portbase]"
puts $conffile " kpasswd_server = $hostname:[expr 5 + $portbase]"