summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..3322a37
--- /dev/null
+++ b/TODO
@@ -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.