diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-05-14 14:38:21 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-05-14 14:38:21 +0000 |
commit | f1099fc276e945429840e108736019d60ce4b9fd (patch) | |
tree | 73c6da2a12cd1108a7421c8924a01aee95f2e869 /etc/kerberosIV | |
parent | cbb79a487051423ab8c396d25c0744f09cf5c59e (diff) |
Example files with introduction and commented examples.
Diffstat (limited to 'etc/kerberosIV')
-rw-r--r-- | etc/kerberosIV/krb.equiv | 10 | ||||
-rw-r--r-- | etc/kerberosIV/krb.extra | 25 |
2 files changed, 35 insertions, 0 deletions
diff --git a/etc/kerberosIV/krb.equiv b/etc/kerberosIV/krb.equiv new file mode 100644 index 00000000000..aa4ce5c7e35 --- /dev/null +++ b/etc/kerberosIV/krb.equiv @@ -0,0 +1,10 @@ +# $OpenBSD: krb.equiv,v 1.3 2001/05/14 14:38:20 hin Exp $ +# krb.equiv contains a list of IP addresses that is to be considered being +# the same host for KerberosIV purposes. +# Please refer to krb.equiv(5) for more information. +# +# Examples +# A machine with two interfaces. +#130.237.232.113 130.237.221.42 # emma emma-ether +# A machine with *many* interfaces +#193.10.156.0/24 193.10.157.0/24 # syk-* syk-*-hps diff --git a/etc/kerberosIV/krb.extra b/etc/kerberosIV/krb.extra new file mode 100644 index 00000000000..29fc416e3f9 --- /dev/null +++ b/etc/kerberosIV/krb.extra @@ -0,0 +1,25 @@ +# $OpenBSD: krb.extra,v 1.1 2001/05/14 14:38:20 hin Exp $ +# +# This file holds some configuration options that are not normally used. +# Please see krb.extra(5) for more information about this file - only +# the most commonly used variables are listed here. +# +# You can specify a number of VARIABLE = VALUE pairs in this file. Empty lines +# and lines beginning with a hash (#) are ignored. + +# kdc_timeout specifies how many seconds to wait for a respons from the KDC. +# Default is 4 seconds. +#kdc_timeout=4 + +# kdc_timesync makes KerberosIV store the time difference between the client +# and the KDC. This makes it possible to use KerberosIV if for some reason you +# cannot syncronize the clocks. Default is no. +#kdc_timesync=yes + +# To get KerberosIV tickets via a http proxy, use krb4_proxy to specify what +# proxy to user. Default is to not use a proxy. +#krb4_proxy=proxy + +# If your network uses NAT (Network Address Translation), this enables some +# code that will make your life easier. Default is no. +#nat_in_use=yes |