* krb5.conf.M: Remove "kdc =" lines from "realms" section example, and
authorKen Raeburn <raeburn@mit.edu>
Sat, 31 May 2003 03:29:59 +0000 (03:29 +0000)
committerKen Raeburn <raeburn@mit.edu>
Sat, 31 May 2003 03:29:59 +0000 (03:29 +0000)
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

src/config-files/ChangeLog
src/config-files/krb5.conf.M

index eaaa355bae70c7a2c1ebd484ca9d55565a571dfd..c663313f5681a33edc23f697496ab9c5ec47e5ff 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-30  Ken Raeburn  <raeburn@mit.edu>
+
+       * 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  <raeburn@mit.edu>
 
        * kdc.conf.M (FILES): Refer to correct location for kdc.conf in
index 61545f302f666cf1785f445d7e1e1097f061b2f0..97ba8386c0a2ba771248847552cfe2992dd15986 100644 (file)
@@ -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