blob: 8ff1f35709552fdc9de89e09916b54633226eb75 (
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
@itemx kdcdefaults
Contains default values for overall behavior of the KDC.
@itemx realms
Contains subsections keyed by Kerberos realm names. Each subsection
describes realm-specific information, including where to find the
Kerberos servers for that realm.
@itemx logging
Contains relations which determine how Kerberos programs are to perform
logging.
@end table
|