Module Name: krb5 Committed By: raeburn Date: Fri Jul 25 15:37:58 UTC 2003 Modified Files: krb5/src/lib/krb5/os/ChangeLog krb5/src/lib/krb5/os/locate_kdc.c Added Files: Removed Files: Log Message ticket: new subject: use new config file tag for master KDC target_version: 1.3.2 tags: pullup status: open 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