summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2007-08-30 17:54:04 +0000
committerRuss Allbery <rra@stanford.edu>2007-08-30 17:54:04 +0000
commit608e1f0106ab41fb2c19b8b75b5a31eb537bde56 (patch)
tree4fa6d260d7cfd55c90506dcdd2487157fc766ccc /TODO
parent6172c001e00b1a5b1610647851964c0c804929d4 (diff)
Note that we should switch to using names for ACLs in errors to be more
friendly.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index d688344..050ce3e 100644
--- a/TODO
+++ b/TODO
@@ -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