diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-25 03:30:23 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-25 03:30:23 +0000 |
commit | 755408b8d109d58afda9d7fa71a0c6462fcf9471 (patch) | |
tree | 6bc0db66cd7252e4bd57751afbf3390119eff91b /etc | |
parent | 02698d2f8cd41e95a05746c99ee27bcc29a1549d (diff) |
Quick README for KerberosV. Needs more flesh.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/kerberosV/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/etc/kerberosV/README b/etc/kerberosV/README new file mode 100644 index 00000000000..4b91c25a5cf --- /dev/null +++ b/etc/kerberosV/README @@ -0,0 +1,22 @@ +# $OpenBSD: README,v 1.1 2001/06/25 03:30:22 hin Exp $ + +Notes about the KerberosV support in OpenBSD: + +- This is currently experimental code. + +- OpenBSD contains the Heimdal implementation of KerberosV from KTH in Sweden. + +- Please check the heimdal info page (type "info heimdal") to get more + information. A number of manpages exist, mainly describing the krb5 API. + +- There are some very informational RFCs in the source directory. + +- Before you use KerberosV you should setup an /etc/kerberosV/krb5.conf + according to the instructions in the heimdal infopage. + +- The directory /var/heimdal contains logs, the database and acl files, + and must be created before the kdc, kadmind or kpasswdd can be used. + Disclosing the database would be a _really_ bad thing. + +- The file /etc/kerberosV/krb5.keytab contains the encryption keys and + its important that you keep this file secret. |