X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-sql%2Fdocs%2Ftodo;h=9d8736f84eb09f6d0ef700c3b6b034ad00732837;hb=15ff195b218b345592c561f92c9406bf96e56d6a;hp=56073dd8945a77a6fa17384f9f7ab2140aab3ac7;hpb=a16a87a41235111c2c37588f3c735c49b22f007e;p=openldap diff --git a/servers/slapd/back-sql/docs/todo b/servers/slapd/back-sql/docs/todo index 56073dd894..9d8736f84e 100644 --- a/servers/slapd/back-sql/docs/todo +++ b/servers/slapd/back-sql/docs/todo @@ -1,9 +1,12 @@ -2) must add alias handling -3) must set time limit when preparing all queries, and check size limit -7) MOST important, probably - fix BUGS (see ...) -8) make an utility, which, given objectclass,name of attribute for RDN, and - base DN, adds appropriate records to ldap_entries for all data in your - RDBMS (until then, you have no automated way to fill in ldap_entries except - executing something like "insert into ldap_entries (dn,keyval,...) values - (select concat(...,) as dn,id as keyval, ... from ...)") - \ No newline at end of file +1) must add alias handling +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)