diff options
author | 1998-01-03 01:46:07 +0000 | |
---|---|---|
committer | 1998-01-03 01:46:07 +0000 | |
commit | 4ff438a440f679391f41125df3eebee1f6861bb1 (patch) | |
tree | 5a1293885ec98a113408e40e723cbe1c1c00167d | |
parent | add NOCAPACITY quirk for a sanyo? cdrom, reported by ian@darwinsys.com (diff) | |
download | wireguard-openbsd-4ff438a440f679391f41125df3eebee1f6861bb1.tar.xz wireguard-openbsd-4ff438a440f679391f41125df3eebee1f6861bb1.zip |
document krb.conf tweak
-rw-r--r-- | etc/kerberosIV/README | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/kerberosIV/README b/etc/kerberosIV/README index e57bf60ad2e..4fc5f166556 100644 --- a/etc/kerberosIV/README +++ b/etc/kerberosIV/README @@ -1,5 +1,5 @@ # from @(#)README 8.1 (Berkeley) 6/9/93 -# $OpenBSD: README,v 1.2 1996/06/02 05:08:51 tholo Exp $ +# $OpenBSD: README,v 1.3 1998/01/03 01:46:07 deraadt Exp $ Notes about the contents of the /etc/kerberosIV directory: @@ -21,8 +21,10 @@ The principal.* files comprise the Kerberos database itself, and contain keys for all principles, and should not be world-readable. The krb.conf file contains the configuration for this machine: - - which realm I'm in - - which servers I should talk to for this realm +1) which realm I'm in + if this line begins with '#', kerberos is disabled system-wide. +2) which servers I should talk to for _this_ realm +3) which servers I should talk to for the following realms. The krb.realms file contains the name of Kerberos servers for various (sub)domains. |