diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-07 08:21:24 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-06-07 08:21:24 +0000 |
commit | cf812113d6db7f08645cae308a11f7067467b0e2 (patch) | |
tree | 3c418530c07d4ebaea30660c8e23fd07decd83dd /kerberosV | |
parent | 1820b8d344e8b4889dec0788b3368b9772d61be9 (diff) |
Add instructions how to build libsl.
Diffstat (limited to 'kerberosV')
-rw-r--r-- | kerberosV/README | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/kerberosV/README b/kerberosV/README index 2cb85ba2eef..8b6940af770 100644 --- a/kerberosV/README +++ b/kerberosV/README @@ -6,6 +6,8 @@ kerberosV stuff. To build this stuff, do the following: +# cd /usr/src/kerberosIV/lib/sl +# make # cd /usr/src/kerberosV # make build @@ -25,12 +27,27 @@ Things todo, in no particular order: - Make sure to not try krb5 auth when no ticket exists. (same goes for krb4) - kadmind - - Other servers + - hprop, iprop + - kf, kfd + - kpasswdd and hack krb5 support in our passwd + - krb5-config script + - kx, kxd + - krb5 support in login, xdm, xlock, su and sudo + - rxtelnet, rxterm + - string2key + - verify_krb5_conf + - pop-server and push + - rsh, rshd - ssh and sshd - Test what happens for a user not using kerberos - Test all combinations of compat stuff between client, kdc and server - Slave propagation k5->k5 and k4->k5 - - Test how to upgrade a realm from k4 to k5 + - Test and document how to upgrade a realm from k4 to k5 - Test compatibility with other k5 implementations, for example MIT and - Windows 2000 + Windows 2000, and document any caveats or tricks - Logging + - Manpages are missing for many library functions, as well as a few + programs. So we should document them and give back to the Heimdal project. + - Build and install heimdal.info + - Fix /etc/rc and companions + - Example configuration installed when system is installed |