[krbdev.mit.edu #1692] CVS Commit

Ken Raeburn via RT rt-comment at krbdev.mit.edu
Fri Jul 25 11:38:03 EDT 2003


We want to avoid making extra attempts to contact the "master" KDC, in the case
where the password appears to be incorrect according to one KDC but we think
maybe the master KDC could have a newer password, if there isn't actually a
master KDC.  Currently the admin_server tag is overloaded for kadmin and
password changing.  So, don't use it as a filter on the KDC list; instead, look
for master_kdc as an independent list.

(See also ticket 1511 re contacting the master twice if it's first in the
regular KDC list.)

Doc updates still needed.

* locate_kdc.c (krb5_locate_kdc): Always pass 0 to locate_server as the
get_masters argument.  Instead, if get_masters is set, look up "master_kdc" in
the config file instead of "kdc".


To generate a diff of this commit:



	cvs diff -r5.362 -r5.363 krb5/src/lib/krb5/os/ChangeLog
	cvs diff -r5.79 -r5.80 krb5/src/lib/krb5/os/locate_kdc.c 


More information about the krb5-bugs mailing list