summaryrefslogtreecommitdiffstats
path: root/src/config-files/kdc.conf.M
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-10-06 04:53:13 +0000
committerTheodore Tso <tytso@mit.edu>1995-10-06 04:53:13 +0000
commita5db39bd9a2749a471ffab74556c5211883d4882 (patch)
treefdd3f429b27cb616dd420b5c9fae1e90e78207b3 /src/config-files/kdc.conf.M
parent39a3273c834fb1172f2a3cbf68227bda42081c39 (diff)
downloadkrb5-a5db39bd9a2749a471ffab74556c5211883d4882.tar.gz
krb5-a5db39bd9a2749a471ffab74556c5211883d4882.tar.xz
krb5-a5db39bd9a2749a471ffab74556c5211883d4882.zip
Documented kdc_ports, and removed references to primary_port and
secondary_port, which are no longer used. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6941 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config-files/kdc.conf.M')
-rw-r--r--src/config-files/kdc.conf.M53
1 files changed, 13 insertions, 40 deletions
diff --git a/src/config-files/kdc.conf.M b/src/config-files/kdc.conf.M
index 3273c4328b..b268edb42f 100644
--- a/src/config-files/kdc.conf.M
+++ b/src/config-files/kdc.conf.M
@@ -45,36 +45,11 @@ KDC parameters.
The following relations are defined in the
.I [kdcdefaults]
section:
-.IP primary_ports
-This relation lists the primary ports (e.g. ports to serve Kerberos version
-5 requests) to listen on. This list is a comma separated list of integers.
-If supplied, this list serves as a base list of ports to listen on. If any
-other ports are named in the
-.I [realms]
-section explicitly; or are named by
-.B kdc
-relations specifying this host in the
-.I krb5.conf
-file specified in the
-.B profile
-entry for a particular realm, then these ports are also listened on.
-.IP secondary_ports
-This relation lists the secondary ports (e.g. ports to serve Kerberos version
-4 requests) to listen on. If supplied, this list serves as a base list of
-ports to listen on. If any other ports are named in the
-.I [realms]
-section explicitly; or are named by
-.B v4kdc
-relations specifying this host in the
-.I krb5.conf
-file specified in the
-.B profile
-entry for a particular realm, then these ports are also listened on.
-Further, if this list is specified and the first element is
-.I \-1
-then no secondary ports are listened to, even if specified in the
-.I [realms]
-section.
+.IP kdc_ports
+This relation lists the ports which the Kerberos server should listen
+on, by default. This list is a comma separated list of integers. If
+this relation is not specified, the compiled-in default is usually
+port 88 and port 750.
.SH REALMS SECTION
Each tag in the
.I [realms]
@@ -111,17 +86,15 @@ This
specifies the location where the master key has been stored with
.I kdb5_stash.
-.IP port
+.IP kdc_ports
This
-.B integer
-specifies the primary port that the KDC is to listen to for this
-realm.
-
-.IP secondary_port
-This
-.B integer
-specifies the secondary port that the KDC is to listen to for this
-realm.
+.B string
+specifies the list of ports that the KDC is to listen to for this realm.
+By default, the value of
+.I kdc_ports
+as specified in the
+.I [kdcdefaults]
+section is used.
.IP max_life
This