summaryrefslogtreecommitdiffstats
path: root/doc/kdcconf.texinfo
blob: 51583714ea5caaf4474c64ca9b26418bc010a19b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
The @code{kdc.conf} file contains KDC configuration information,
including defaults used when issuing Kerberos tickets.  Normally, you
should install your @code{kdc.conf} file in the directory
@code{@value{ROOTDIR}/var/krb5kdc}.  You can override the default
location by setting the environment variable @samp{KRB5_KDC_PROFILE}.

The @code{kdc.conf} file is set up in the same format as the
@code{krb5.conf} file.  (@xref{krb5.conf}.)  The @code{kdc.conf} file
may contain any or all of the following three sections:

@table @b
@item kdcdefaults
Contains default values for overall behavior of the KDC.

@item realms
Contains subsections keyed by Kerberos realm names.  Each subsection
describes realm-specific information, including where to find the
Kerberos servers for that realm.

@item logging
Contains relations which determine how Kerberos programs are to perform
logging.
@end table