]> git.sur5r.net Git - openldap/blob - TODO
Merge remote-tracking branch 'origin/mdb.master' into OPENLDAP_REL_ENG_2_5
[openldap] / TODO
1 Things for 2.5:
2 [09:27] <hyc> we also need to audit all of these schema defs
3 [09:27] <hyc> we're supposed to have official, non-experimental OIDs for released schema
4 [09:28] <hyc> accesslog is still using 666, experimental arc
5 [09:29] <hyc> I think this means we should polish up the logschema draft, Informational status, and publish it again as final
6
7 [13:57] <hyc> there's a nagging problem though, pcache's entry_release function needs to distinguish between its backend actually freeing the entry, or being a no-op
8 [13:57] <hyc> so it can decide whether to return success or continue
9 [13:58] <hyc> the patch to translucent sidesteps the question, by avoiding other overlays
10 [13:58] <hyc> but we need to revisit this in 2.5
11
12   ITS#7920 fix for slapacl This needs to be streamlined in 2.5, current tool API is a mess.