diff options
| -rw-r--r-- | doc/todo.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/todo.txt b/doc/todo.txt index f85f060..370ad2e 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -2,7 +2,10 @@ for which we're trying to provide default settings. (NIS) * More tests. * Stop using an internal function to send the LDAP result for failed searches. -* Reimplement / and // operator support in attribute references. +* Reintroduce / and // operator support in attribute references. * Log messages at the right levels -- right now we log most everything at level "plugin" which isn't useful until you crank up the log level to ridiculous extremes. +* Look at moving the schema compatibility plugin to using a private database, + so that it doesn't have to store everything it has in memory, we get working + indexing, and so on and so forth. |
