]> git.sur5r.net Git - openldap/commitdiff
Notes from hyc about things needing doing in 2.5
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 4 Aug 2014 20:59:24 +0000 (15:59 -0500)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 4 Aug 2014 20:59:24 +0000 (15:59 -0500)
TODO

diff --git a/TODO b/TODO
index f5b51aa78c9a95d96e5bcf654b098cbdc3438216..7de3b9f4d825da9b26e0a2d75198c61528ff7419 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,4 +4,8 @@ Things for 2.5:
 [09:28] <hyc> accesslog is still using 666, experimental arc
 [09:29] <hyc> I think this means we should polish up the logschema draft, Informational status, and publish it again as final
 
-Add support to cn=config for global overlays
+[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
+[13:57] <hyc> so it can decide whether to return success or continue
+[13:58] <hyc> the patch to translucent sidesteps the question, by avoiding other overlays
+[13:58] <hyc> but we need to revisit this in 2.5
+