freebsd_amp_hwpstate/crypto/kerberosIV/man/krb.extra.5

43 lines
1.2 KiB
Groff
Raw Normal View History

1999-09-19 14:19:32 +00:00
.\" $Id: krb.extra.5,v 1.1.2.1 1999/07/22 03:16:36 assar Exp $
.\"
.Dd June 24, 1999
.Dt KRB.EXTRA 5
.Os KTH-KRB
.Sh NAME
.Nm krb.extra
.Nd
Kerberos misc configuration file
.Sh DESCRIPTION
.Nm
contains a number of settings that are used by the kerberos library,
or directly by applications. Each line in the file consists of a
variable, an equal sign, and a value. Lines beginning with hash are
ignored.
.Pp
Currently defined variables are:
.Bl -tag -width foo
.It kdc_timeout
time in seconds to wait for an answer from the KDC (default is 4
seconds)
.It kdc_timesync
if this is enabled, the time differential between the client and the
KDC will be stored, and used later on when computing the correct time;
this is useful if the client's clock is drifting
.It firewall_address
the outside address of the firewall; this is used in some places to
compute a direction bit, and this might break if the server has a
different idea about which address to use then the client
.It krb4_proxy
address of a web-proxy to use when connecting to the KDC via HTTP
.El
.Sh EXAMPLES
.Bd -literal
# this is a comment
kdc_timesync = yes
firewall_address = 10.0.0.1
.Ed
.Sh SEE ALSO
.Xr krb.equiv 5 ,
.Xr krb.conf 5 ,
.Xr krb.realms 5