blob: 22ee6804e25affefc8f6feb5378f43a22f047e96 (
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
25
26
|
osconf.hin
==========
There is one configuration file which you may wish to edit to control
various compile-time parameters in the Kerberos distribution::
include/osconf.hin
The list that follows is by no means complete, just some of the more
interesting variables.
**DEFAULT_PROFILE_PATH**
The pathname to the file which contains the profiles for the known
realms, their KDCs, etc. The default value is |krb5conf|.
**DEFAULT_KEYTAB_NAME**
The type and pathname to the default server keytab file. The
default is |keytab|.
**DEFAULT_KDC_ENCTYPE**
The default encryption type for the KDC database master key. The
default value is |defmkey|.
**RCTMPDIR**
The directory which stores replay caches. The default is
``/var/tmp``.
**DEFAULT_KDB_FILE**
The location of the default database. The default value is
|kdcdir|\ ``/principal``.
|