svn rev #24077: branches/krb5-1-8/src/config-files/
tlyu@MIT.EDU
tlyu at MIT.EDU
Thu May 20 18:57:54 EDT 2010
http://src.mit.edu/fisheye/changelog/krb5/?cs=24077
Commit By: tlyu
Log Message:
ticket: 6730
version_fixed: 1.8.2
status: resolved
pull up r24074 from trunk
------------------------------------------------------------------------
r24074 | tlyu | 2010-05-20 16:42:26 -0400 (Thu, 20 May 2010) | 11 lines
ticket: 6730
subject: kdc_tcp_ports not documented in kdc.conf.M
target_version: 1.8.2
tags: pullup
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.
Changed Files:
U branches/krb5-1-8/src/config-files/kdc.conf.M
Modified: branches/krb5-1-8/src/config-files/kdc.conf.M
===================================================================
--- branches/krb5-1-8/src/config-files/kdc.conf.M 2010-05-20 22:57:50 UTC (rev 24076)
+++ branches/krb5-1-8/src/config-files/kdc.conf.M 2010-05-20 22:57:53 UTC (rev 24077)
@@ -53,7 +53,17 @@
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 @@
.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
More information about the cvs-krb5
mailing list