Browse Source

Example files with introduction and commented examples.

OPENBSD_3_0
hin 23 years ago
parent
commit
665740a8ee
2 changed files with 35 additions and 0 deletions
  1. +10
    -0
      src/etc/kerberosIV/krb.equiv
  2. +25
    -0
      src/etc/kerberosIV/krb.extra

+ 10
- 0
src/etc/kerberosIV/krb.equiv View File

@ -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

+ 25
- 0
src/etc/kerberosIV/krb.extra View File

@ -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

Loading…
Cancel
Save