aboutsummaryrefslogtreecommitdiff
path: root/src/config-files
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2010-05-20 20:42:26 +0000
committerTom Yu <tlyu@mit.edu>2010-05-20 20:42:26 +0000
commitec9ecc8b867b55418126ee1667f823464e68976f (patch)
treebde52fa903cb05823474ff33f47e3d6774832267 /src/config-files
parent55816d8d33dc7350869be59894ae5b5683b9ada0 (diff)
downloadkrb5-ec9ecc8b867b55418126ee1667f823464e68976f.zip
krb5-ec9ecc8b867b55418126ee1667f823464e68976f.tar.gz
krb5-ec9ecc8b867b55418126ee1667f823464e68976f.tar.bz2
kdc_tcp_ports not documented in kdc.conf.M
The kdc.conf setting kdc_tcp_ports was not documented in kdc.conf.M, though it was documented in doc/admin.texinfo. Copy text from there for now. The setting defaults to an empty string at the moment, causing the KDC to not listen on TCP by default, confusing some users. Changing this behavior is a separate issue. ticket: 6730 target_version: 1.8.2 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24074 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config-files')
-rw-r--r--src/config-files/kdc.conf.M20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/config-files/kdc.conf.M b/src/config-files/kdc.conf.M
index 4d3576d..db7d5a6 100644
--- a/src/config-files/kdc.conf.M
+++ b/src/config-files/kdc.conf.M
@@ -53,7 +53,17 @@ 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.
+.IP kdc_tcp_ports
+This relation lists the ports on which the Kerberos server should
+listen for TCP connections by default. This list is a comma separated
+list of integers.
+If this relation is not specified, the compiled-in default is not to
+listen for TCP connections at all.
+If you wish to change this (which we do not recommend, because the
+current implementation has little protection against denial-of-service
+attacks), the standard port number assigned for Kerberos TCP traffic
+is port 88.
.IP v4_mode
This
.B string
@@ -201,6 +211,16 @@ as specified in the
.I [kdcdefaults]
section is used.
+.IP kdc_tcp_ports
+This
+.B string
+specifies the list of ports that the KDC is to listen to
+for TCP requests for this realm. By default, the value of
+.I kdc_tcp_ports
+as specified in the
+.I [kdcdefaults]
+section is used.
+
.IP master_key_name
This
.B string