Browse Source

Correct file names in README

Remove outdated file
Comment out local domain configuration so we don't get warnings from
various programs using the Kerberos code when the user has not
configured his system
OPENBSD_2_0
tholo 28 years ago
parent
commit
b7e0dc6333
3 changed files with 5 additions and 6 deletions
  1. +3
    -3
      src/etc/kerberosIV/README
  2. +2
    -2
      src/etc/kerberosIV/krb.conf
  3. +0
    -1
      src/etc/kerberosIV/krb.equiv

+ 3
- 3
src/etc/kerberosIV/README View File

@ -1,5 +1,5 @@
# from @(#)README 8.1 (Berkeley) 6/9/93
# $Id: README,v 1.1 1995/12/16 21:12:08 tholo Exp $
# $OpenBSD: README,v 1.2 1996/06/02 05:08:51 tholo Exp $
Notes about the contents of the /etc/kerberosIV directory:
@ -20,11 +20,11 @@ many such files can be used.
The principal.* files comprise the Kerberos database itself, and contain
keys for all principles, and should not be world-readable.
The kerberos.conf file contains the configuration for this machine:
The krb.conf file contains the configuration for this machine:
- which realm I'm in
- which servers I should talk to for this realm
The kerberos.realms file contains the name of Kerberos servers for
The krb.realms file contains the name of Kerberos servers for
various (sub)domains.
Kerberos log information it placed in /var/log/kerberos.log


+ 2
- 2
src/etc/kerberosIV/krb.conf View File

@ -1,5 +1,5 @@
MY.DOMAIN
MY.DOMAIN me.my.domain admin server
#MY.DOMAIN
#MY.DOMAIN me.my.domain admin server
SIGMASOFT.COM gandalf.sigmasoft.com admin server
TOAD.COM toad.com admin server
TETHERLESS.COM gandalf.pa.tetherless.com admin server

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

@ -1 +0,0 @@
#1.2.3.4 4.3.2.1

Loading…
Cancel
Save