diff options
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 13 | 
1 files changed, 13 insertions, 0 deletions
| @@ -6,6 +6,9 @@ Release 1.0:  * Add a test suite for kasetkey. +* Rewrite the server checks to avoid using IO::String, since one of the +  tests already requires Perl 5.8's internal string handling. +  * Add POD coverage testing using Test::POD::Coverage for the server    modules. @@ -56,6 +59,16 @@ Release 1.0:    an ACL without having to write it into the database.  Redo default ACL    creation using that functionality. +* The wallet client currently sets sync kaserver whenever writing a keytab +  to a srvtab.  This is correct for sites using kaserver and wrong for +  everyone else.  Remove or rethink this once Stanford's kaserver +  migration is over. + +* The wallet client currently hard-codes a kvno of 0 in srvtabs, which is +  correct for how kasetkey works but probably isn't correct for people +  using Heimdal or MIT to serve both K4 and K5 from the same KDC.  Rethink +  once Stanford's kaserver migration is over. +  Future work:  * Write a conventions document for ACL naming, object naming, and similar | 
