]> git.sur5r.net Git - openldap/blob - servers/slapd/back-sql/docs/todo
Updated for schemas.
[openldap] / servers / slapd / back-sql / docs / todo
1 2) must add alias handling
2 3) must set time limit when preparing all queries, and check size limit
3 7) MOST important, probably - fix BUGS (see ...)     
4 8) make an utility, which, given objectclass,name of attribute for RDN, and
5    base DN, adds appropriate records to ldap_entries for all data in your
6    RDBMS (until then, you have no automated way to fill in ldap_entries except
7    executing something like "insert into ldap_entries (dn,keyval,...) values
8      (select concat(...,<base>) as dn,id as keyval, ... from ...)")
9