1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/kerberosV
krw b76d488763 Misc time_t tweaks. %ld / (long)tv_sec -> %lld / (long long)tv_sec.
Eliminate unneeded casts. suggestions from & ok millert@ guenther@
2013-09-12 23:06:43 +00:00
..
doc Make sure all files are removed at clean/cleandir target. 2013-07-09 14:33:43 +00:00
include Move default Kerberos DB directory from /var/heimdal to /var/kerberosV. 2013-07-10 05:07:53 +00:00
lib Switch time_t, ino_t, clock_t, and struct kevent's ident and data 2013-08-13 05:52:02 +00:00
libexec Useless CPPFLAGS are useless. 2013-08-09 18:29:57 +00:00
src Misc time_t tweaks. %ld / (long)tv_sec -> %lld / (long long)tv_sec. 2013-09-12 23:06:43 +00:00
tools Most CFLAGS should be CPPFLAGS, so fix that. 2013-07-02 19:00:09 +00:00
usr.bin We can use ${LIBKAFS} now. 2013-08-10 14:54:03 +00:00
usr.sbin We can use ${LIBKAFS} now. 2013-08-10 14:54:03 +00:00
Makefile Bring back heimdal.info which was lost during the update and that 2013-06-20 13:19:44 +00:00
Makefile.inc Switch vax to gcc 3.3.6. 2013-08-06 19:05:57 +00:00
README Reflect reality 2003-05-11 21:58:24 +00:00
varsub Move default Kerberos DB directory from /var/heimdal to /var/kerberosV. 2013-07-10 05:07:53 +00:00

Documentation
=============

The 'heimdal' infopage has information about how to set up a Kerberos
realm etc. There are also a number of manpages with reference information.


BSD Auth
========

There's also a BSD Authentication login script in src/libexec/login_krb5,
that is used to enable Kerberos authentication in login, sshd, xdm etc.

Refer to login.conf(5), login(1), login_krb5(8) and login_krb5-or-pwd(8)
for more information on how to enable them.