diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-01-03 01:46:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-01-03 01:46:08 +0000 |
commit | 1c126fd1867ae229773d2353ab10b10a301c7832 (patch) | |
tree | 03ebe6e56c02e97e03fab073e6fdc1a1effeb314 /etc | |
parent | 49be7424c1c514e419eb01d23a346b6e86abc6c9 (diff) |
document krb.conf tweak
Diffstat (limited to 'etc')
-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. |