Jiajia Li created DIRKRB-567:
--------------------------------
Summary: Support multiple KDCs for a given realm in client
Key: DIRKRB-567
URL: https://issues.apache.org/jira/browse/DIRKRB-567
Project: Directory Kerberos
Issue Type: New Feature
Reporter: Jiajia Li
Assignee: Jiajia Li
For example, in krb5.conf file with the following section:
{code}
[realms]
ATHENA.MIT.EDU = {
kdc = kerberos.mit.edu
kdc = kerberos-1.mit.edu
kdc = kerberos-2.mit.edu:750
admin_server = kerberos.mit.edu
master_kdc = kerberos.mit.edu
}
{code}
Kerby client will get the kdc list, then try to send message to first running
kdc.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)