From 89aeccebd3d95a010eee71b70b8377f90d599e2a Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 17 Nov 2008 18:55:01 -0500 Subject: - update the todo list a bit --- doc/todo.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. -- cgit