diff options
author | Russ Allbery <rra@stanford.edu> | 2007-11-15 05:42:29 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-11-15 05:42:29 +0000 |
commit | 2393ffbc3c52c6552e00212d5209d6b870a55d4e (patch) | |
tree | 2eaca996ede5d9b835db69f6ac143e8cba051d36 /TODO | |
parent | b6bb3f3a72ec1dc32991cffeeab4f8b1cc27cc46 (diff) |
Add an ACL verifier that checks access against NetDB roles using the
NetDB remctl interface.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -12,8 +12,6 @@ Minimum required to replace leland_srvtab: Release 0.3: -* Write the NetDB ACL verifier. - * Write the LDAP entitlement ACL verifier. * Write the PTS ACL verifier. @@ -118,6 +116,11 @@ Future work: Wallet::Server class. Find a way to rewrite that so that the dispatch doesn't duplicate the same code patterns. +* Refactor the test suite for the wallet backend to try to reduce the + duplicated code. + +* Pull common test suite code into a Perl library that can be reused. + * Add a function to wallet-admin to purge expired entries. Possibly also check expiration before allowing anyone to get or store objects. |