diff options
author | Russ Allbery <rra@stanford.edu> | 2007-08-30 17:54:04 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-08-30 17:54:04 +0000 |
commit | 608e1f0106ab41fb2c19b8b75b5a31eb537bde56 (patch) | |
tree | 4fa6d260d7cfd55c90506dcdd2487157fc766ccc /TODO | |
parent | 6172c001e00b1a5b1610647851964c0c804929d4 (diff) |
Note that we should switch to using names for ACLs in errors to be more
friendly.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -54,6 +54,9 @@ Future work: * Use the class names in the database tables when loading object and ACL verifier implementations. +* Error messages from ACL operations should refer to the ACLs by name + instead of by ID. + * 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 |