Initial import from FreeBSD RELENG_4:
[dragonfly.git] / crypto / kerberosIV / man / krb.extra.5
1 .\" $Id: krb.extra.5,v 1.4 1999/11/25 05:30:42 assar Exp $
2 .\"
3 .Dd June 24, 1999
4 .Dt KRB.EXTRA 5
5 .Os KTH-KRB
6 .Sh NAME
7 .Nm krb.extra
8 .Nd Kerberos misc configuration file
9 .Sh DESCRIPTION
10 .Nm
11 contains a number of settings that are used by the kerberos library,
12 or directly by applications. Each line in the file consists of a
13 variable, an equal sign, and a value. Lines beginning with hash are
14 ignored.
15 .Pp
16 Currently defined variables are:
17 .Bl -tag -width foo
18 .It kdc_timeout
19 time in seconds to wait for an answer from the KDC (default is 4
20 seconds)
21 .It kdc_timesync
22 if this is enabled, the time differential between the client and the
23 KDC will be stored, and used later on when computing the correct time;
24 this is useful if the client's clock is drifting
25 .It firewall_address
26 the outside address of the firewall; this is used in some places to
27 compute a direction bit, and this might break if the server has a
28 different idea about which address to use then the client
29 .It krb4_proxy
30 address of a web-proxy to use when connecting to the KDC via HTTP
31 .It krb_default_tkt_root
32 the default prefix for ticket files. E.g, if your uid is 42 and the
33 prefix is /tmp/tkt then your default ticket file will be /tmp/tkt42
34 .It krb_default_keyfile
35 the default kefile, normally /etc/srvtab
36 .It nat_in_use
37 if a Network Address Translator (NAT) is being used.
38 .El
39 .Sh EXAMPLES
40 .Bd -literal
41 # this is a comment
42 krb_default_tkt_root = /tkt/tkt_
43 kdc_timesync = yes
44 firewall_address = 10.0.0.1
45 krb_default_keyfile = /etc/kerberosIV/srvtab
46 .Ed
47 .Sh SEE ALSO
48 .Xr krb.equiv 5 ,
49 .Xr krb.conf 5 ,
50 .Xr krb.realms 5