aboutsummaryrefslogtreecommitdiff
path: root/src/config-files/krb5.conf.M
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2003-05-31 03:29:59 +0000
committerKen Raeburn <raeburn@mit.edu>2003-05-31 03:29:59 +0000
commit4bfbf3e9ecbc9d061b72469eb066f84bf8125fe0 (patch)
tree8b57e87be0a33623dfd90cade77fdeb57042d06e /src/config-files/krb5.conf.M
parent33c598eab3e61f82bd5d68dbca04364e07960a35 (diff)
downloadkrb5-4bfbf3e9ecbc9d061b72469eb066f84bf8125fe0.zip
krb5-4bfbf3e9ecbc9d061b72469eb066f84bf8125fe0.tar.gz
krb5-4bfbf3e9ecbc9d061b72469eb066f84bf8125fe0.tar.bz2
* 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
Diffstat (limited to 'src/config-files/krb5.conf.M')
-rw-r--r--src/config-files/krb5.conf.M6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/config-files/krb5.conf.M b/src/config-files/krb5.conf.M
index 61545f3..97ba838 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