From: Ken Raeburn Date: Sat, 31 May 2003 03:29:59 +0000 (+0000) Subject: * krb5.conf.M: Remove "kdc =" lines from "realms" section example, and X-Git-Tag: krb5-1.4-beta1~900 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4bfbf3e9ecbc9d061b72469eb066f84bf8125fe0;p=krb5.git * krb5.conf.M: Remove "kdc =" lines from "realms" section example, and recommend not using it unless DNS info isn't available. ticket: 1190 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15535 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config-files/ChangeLog b/src/config-files/ChangeLog index eaaa355ba..c663313f5 100644 --- a/src/config-files/ChangeLog +++ b/src/config-files/ChangeLog @@ -1,3 +1,8 @@ +2003-05-30 Ken Raeburn + + * krb5.conf.M: Remove "kdc =" lines from "realms" section example, + and recommend not using it unless DNS info isn't available. + 2003-05-29 Ken Raeburn * kdc.conf.M (FILES): Refer to correct location for kdc.conf in diff --git a/src/config-files/krb5.conf.M b/src/config-files/krb5.conf.M index 61545f302..97ba8386c 100644 --- a/src/config-files/krb5.conf.M +++ b/src/config-files/krb5.conf.M @@ -233,9 +233,6 @@ subsection define the properties of that particular realm. For example: .in +1i [realms] ATHENA.MIT.EDU = { - kdc = KERBEROS.MIT.EDU - kdc = KERBEROS-1.MIT.EDU:750 - kdc = KERBEROS-2.MIT.EDU:88 admin_server = KERBEROS.MIT.EDU default_domain = MIT.EDU v4_instance_convert = { @@ -254,7 +251,8 @@ subsection: .IP kdc The value of this relation is the name of a host running a KDC for that realm. An optional port number (preceded by a colon) may be appended to -the hostname. +the hostname. This tag should generally be used only if the realm +administrator has not made the information available through DNS. .IP admin_server This relation identifies the host where the administration server is