[BACK]Return to README CVS log [TXT][DIR] Up to [local] / src / kerberosV

Annotation of src/kerberosV/README, Revision 1.6

1.1       hin         1: Warning!
                      2:
                      3: This is experimental stuff, don't expect things to work correctly at this
                      4: point. Please contact <hin@openbsd.org> if you have questions about the
                      5: kerberosV stuff.
                      6:
1.2       hin         7: To build this stuff, do the following:
                      8:
                      9: # cd /usr/src/kerberosV
                     10: # make build
                     11:
                     12: To get a telnet client and server with kerberos5 support, do the following:
                     13:
                     14: # echo "KERBEROS5=Yes" >> /etc/mk.conf
                     15: # cd /usr/src/lib/libtelnet
                     16: # make ; make install
                     17: # cd /usr/src/usr.bin/telnet
                     18: # make ; make install
                     19: # cd /usr/src/libexec/telnetd
                     20: # make ; make install
                     21:
1.1       hin        22:
                     23:
                     24: Things todo, in no particular order:
                     25:
                     26:  - Make sure to not try krb5 auth when no ticket exists. (same goes for krb4)
1.3       hin        27:  - hprop, iprop
                     28:  - kf, kfd
                     29:  - kpasswdd and hack krb5 support in our passwd
                     30:  - krb5-config script
                     31:  - kx, kxd
                     32:  - krb5 support in login, xdm, xlock, su and sudo
                     33:  - rxtelnet, rxterm
                     34:  - string2key
                     35:  - verify_krb5_conf
                     36:  - pop-server and push
                     37:  - rsh, rshd
1.1       hin        38:  - ssh and sshd
                     39:  - Test what happens for a user not using kerberos
                     40:  - Test all combinations of compat stuff between client, kdc and server
                     41:  - Slave propagation k5->k5 and k4->k5
1.3       hin        42:  - Test and document how to upgrade a realm from k4 to k5
1.1       hin        43:  - Test compatibility with other k5 implementations, for example MIT and
1.3       hin        44:    Windows 2000, and document any caveats or tricks
1.1       hin        45:  - Logging
1.3       hin        46:  - Manpages are missing for many library functions, as well as a few
                     47:    programs. So we should document them and give back to the Heimdal project.
                     48:  - Fix /etc/rc and companions
                     49:  - Example configuration installed when system is installed