From 0aeec234ea912b2fe5d8f7c562961a79a6ff8ab0 Mon Sep 17 00:00:00 2001
From: Pierangelo Masarati <ando@openldap.org>
Date: Tue, 20 Apr 2004 00:32:46 +0000
Subject: [PATCH] update

---
 servers/slapd/back-sql/docs/todo | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/servers/slapd/back-sql/docs/todo b/servers/slapd/back-sql/docs/todo
index 55dcc35740..9d8736f84e 100644
--- a/servers/slapd/back-sql/docs/todo
+++ b/servers/slapd/back-sql/docs/todo
@@ -1,6 +1,12 @@
 1) must add alias handling
-2) must set time limit when preparing all queries, and check size limit
+2) [sizelimit moved to frontend]
+  must set time limit when preparing all queries, and check size limit
 3) there was expressed a need to have access to IP in while constructing
   queries, to have response alter in accordance to client IP. Will add
   preprocessor for values in metatables, which would substitute things
   like "$IP$".
+4) must handle NOT filters (see ITS#2652)
+5) must map attribute types and syntaxes between LDAP and SQL types (e.g.
+  use BLOBs for octet streams)
+6) must define another mech to add auxiliary objectClass to all entries
+  according to ldap_at_mappings (ldap_entry_objclasses has limitations)
-- 
GitLab