diff options
author | Russ Allbery <rra@stanford.edu> | 2007-08-28 22:51:11 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-08-28 22:51:11 +0000 |
commit | 2c1ec776bb8953c66e14d361b77d99ed47ac4540 (patch) | |
tree | 111c537ea8beb10127fb8f1e92826d0dd84ce958 /TODO | |
parent | 8b9daeaad45a5181356d76fa9dfde6db25296d69 (diff) |
Start gathering a to-do list of things I need to fix later.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ + wallet To-Do List + +* Remove the hard-coded ADMIN ACL in the server with something more + configurable, perhaps a global ACL table or something. + +* The ACL implementation is currently rather inefficient for ACL + verifiers that need to maintain state (such as LDAP binds). Now + they're created and destroyed when verifying each ACL. We need to + somehow return global verifiers, probably through a factory + implementation. |