]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - crypto/kerberosIV/README
This commit was generated by cvs2svn to compensate for changes in r51292,
[FreeBSD/FreeBSD.git] / crypto / kerberosIV / README
1 This is a severly hacked up version of Eric Young's eBones-p9 kerberos
2 version. The DES library has been updated with his 3.23 version and
3 numerous patches collected over the years have been applied to both
4 the kerberos and DES sources, most notably the CMU patches for extended
5 lifetimes that AFS uses. There is also support for AFS built into most
6 programs. 
7
8 The source has been changed to use ANSI C and POSIX to the largest
9 possible extent. The code in util/et and appl/bsd have not been
10 updated in this way though (they really need it).
11
12 Telnet and telnetd are based on the telnet.95.10.23.NE.tar.Z. Kerberos
13 authentication is the default and warnings are issued by telnetd if
14 the telnet client does not turn on encryption.
15
16 The r* programs in appl/bsd have been updated with newer sources from
17 NetBSD and FreeBSD. NOTE: use of telnet is prefered to the use of
18 rlogin which is a temporary hack and not an Internet standard (and has
19 only been documented quite recently).  Telnet uses kerberos
20 authentication to prevent the passing of cleartext passwords and is
21 thus superior to rlogin.
22
23 The distribution has been configured to primarily use kerberos
24 authentication with a fallback to /etc/passwd passwords. This should
25 make it easy to do a slow migration to kerberos.  OTP support is also
26 included in login, popper, and ftpd.
27
28 All programs in this distribution follow these conventions:
29
30 /usr/athena/bin:        User programs
31 /usr/athena/sbin:       Administrator programs
32 /usr/athena/libexec:    Daemons
33 /etc:                   Configuration files
34 /var/log:               Logfiles
35 /var/kerberos:          Kerberos database and ACL files
36
37 A W3-page is at http://www.pdc.kth.se/kth-krb/
38
39 You can get some documentation from ftp://ftp.pdc.kth.se/pub/krb/doc.
40
41 Please report bugs and problems to kth-krb-bugs@nada.kth.se
42
43 There is a mailing list discussing kerberos at krb4@sics.se, send a
44 message to majordomo@sics.se to subscribe.