1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
<html lang="en">
<head>
<title>Kerberos V5 System Administrator's Guide</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Kerberos V5 System Administrator's Guide">
<meta name="generator" content="makeinfo 4.5">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">
</head>
<body>
<div class="node">
<p>
Node:<a name="kdcdefaults">kdcdefaults</a>,
Next:<a rel="next" accesskey="n" href="realms--kdc.conf-.html#realms%20(kdc.conf)">realms (kdc.conf)</a>,
Previous:<a rel="previous" accesskey="p" href="kdc.conf.html#kdc.conf">kdc.conf</a>,
Up:<a rel="up" accesskey="u" href="kdc.conf.html#kdc.conf">kdc.conf</a>
<hr><br>
</div>
<h4 class="subsection">[kdcdefaults]</h4>
<p>The following relation is defined in the [kdcdefaults] section:
<dl>
<dt><b>kdc_ports</b>
<dd>This relation lists the ports on which the Kerberos server should
listen for UDP requests by default. This list is a comma separated
list of integers.
If this relation is not specified, the compiled-in default is
88,750, the first being the assigned Kerberos port
and the second which was used by Kerberos V4.
<dt><b>kdc_tcp_ports</b>
<dd>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.
<p>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.
<dt><b>v4_mode</b>
<dd>This string specifies how the KDC should respond to Kerberos 4
packets. The possible values are none, disable, full, and nopreauth.
The default value is none.
</dl>
</body></html>
|