From 2c1ec776bb8953c66e14d361b77d99ed47ac4540 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 28 Aug 2007 22:51:11 +0000 Subject: Start gathering a to-do list of things I need to fix later. --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 TODO 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. -- cgit v1.2.3