One more.

This commit is contained in:
thorpej 2000-06-20 05:12:07 +00:00
parent 8b8fb98e91
commit efbc580022
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
$NetBSD: TODO,v 1.1 2000/06/20 05:03:04 thorpej Exp $
$NetBSD: TODO,v 1.2 2000/06/20 05:12:07 thorpej Exp $
- Make KTH Kerberos IV API like the Berkeley'ized MIT API that
appeared in 4.4BSD. This also means include paths and library
@ -26,3 +26,6 @@ $NetBSD: TODO,v 1.1 2000/06/20 05:03:04 thorpej Exp $
- Decide if we're going to really try and support both krb4 and
krb5. It's hard to make programs work with both, and having
to decide at compile-time really sucks.
- Make passwd(1) fall back to non-Kerberos properly. Right now, it
aborts, meaning you have to specify -l, or whatever.