=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/kerberosV/Attic/README,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/kerberosV/Attic/README 2001/06/26 05:59:39 1.10 +++ src/kerberosV/Attic/README 2001/06/26 19:09:31 1.11 @@ -1,36 +1,22 @@ -Warning -======= +Maintainer +========== -This is experimental stuff, don't expect things to work correctly at this -point. Please contact if you have questions about the -kerberosV stuff. +Please contact if you have questions or problems. Status of the code ================== -The current status is that the libraries, KDC, kadmind, some basic -administrators and users utilities, and the telnet client and server works. +This code is currently beta quality code, but seems to work quite well. +Heimdal is used by several large University and Commercial sites. Building ======== -To build this stuff, do the following: +The kerberosV directory is now fully a part of the buildsystem, and a +regular "make build" process is the correct way to compile it. -# echo "KERBEROS5=Yes" >> /etc/mk.conf -# cd /usr/src/kerberosV -# make build - -To get a telnet client and server with kerberos5 support, do the following: - -# cd /usr/src/lib/libtelnet -# make ; make install -# cd /usr/src/usr.bin/telnet -# make ; make install -# cd /usr/src/libexec/telnetd -# make ; make install - The krb5.conf and krb5.keytab files have recently been moved to /etc/kerberosV directory. If you've previously used this code you should move those files. @@ -48,17 +34,9 @@ ======== There's also a BSD Authentication login script in src/libexec/login_krb5, -which you can build by typing - -# cd /usr/src/libexec/login_krb5 -# make ; make install -# cd /usr/src/libexec/login_krb5-or-pwd -# make ; make install - -Make sure to also rebuild su and login, or things will _seriously_ break. - -Refer to login.conf(5), login(1), login_krb5(8) and login_krb5-or-pwd(8) -for more information. +but they are not enabled by default. Refer to login.conf(5), login(1), +login_krb5(8) and login_krb5-or-pwd(8) for more information on how to +enable them. TODO