summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-11-17 18:55:01 -0500
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-11-17 18:55:01 -0500
commit89aeccebd3d95a010eee71b70b8377f90d599e2a (patch)
tree85e296044cdb7814dacbe04954ef356157143f2a
parentf0b73a1a088d4cd087aa6d1fb105fcd96578c14d (diff)
downloadslapi-nis-89aeccebd3d95a010eee71b70b8377f90d599e2a.tar.gz
slapi-nis-89aeccebd3d95a010eee71b70b8377f90d599e2a.tar.xz
slapi-nis-89aeccebd3d95a010eee71b70b8377f90d599e2a.zip
- update the todo list a bit
-rw-r--r--doc/todo.txt5
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.