Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
todd 04869e8b3d rm trailing whitespace 22 years ago
..
README rm trailing whitespace 22 years ago
krb5.conf.example rm trailing whitespace 22 years ago

README

#	$OpenBSD: README,v 1.2 2002/06/09 06:15:15 todd 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.