diff options
author | 2001-05-25 08:24:49 +0000 | |
---|---|---|
committer | 2001-05-25 08:24:49 +0000 | |
commit | 09da773beb04ede57df9b4171b94426d5ff90eb9 (patch) | |
tree | 30cd005bd9cbb6b11df33ca4e78f16fd7d8c0952 | |
parent | krb5 main Makefile. (diff) | |
download | wireguard-openbsd-09da773beb04ede57df9b4171b94426d5ff90eb9.tar.xz wireguard-openbsd-09da773beb04ede57df9b4171b94426d5ff90eb9.zip |
Some information about this stuff.
-rw-r--r-- | kerberosV/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/kerberosV/README b/kerberosV/README new file mode 100644 index 00000000000..87bd71936c9 --- /dev/null +++ b/kerberosV/README @@ -0,0 +1,21 @@ +Warning! + +This is experimental stuff, don't expect things to work correctly at this +point. Please contact <hin@openbsd.org> if you have questions about the +kerberosV stuff. + + + +Things todo, in no particular order: + + - Make sure to not try krb5 auth when no ticket exists. (same goes for krb4) + - kadmind + - Other servers + - 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 compatibility with other k5 implementations, for example MIT and + Windows 2000 + - Logging |