]> git.sur5r.net Git - openldap/commitdiff
Add an example of how things change once ITS6166 is done
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 11 Feb 2016 17:51:27 +0000 (11:51 -0600)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 11 Feb 2016 17:51:27 +0000 (11:51 -0600)
TODO

diff --git a/TODO b/TODO
index e588f3e2649d19202618ceee14a92cb03330aeff..a941328e45c4d6f70392726058b075de99aecf78 100644 (file)
--- a/TODO
+++ b/TODO
@@ -50,3 +50,10 @@ New syslog engine
 
 
 Overhaul overlays and backends, see ITS 6166
+
+(In relation to a discussion about slapo-chain)
+<hyc> anyway, the nicer ting to fix would be in 2.5, push all of the repl consumer code into its own overlay
+<hyc> in that case, updateref would be processed wherever the overlay was configured
+<hyc> so no longer tied to the frontend
+<hyc> it would also make it more feasible to have multiple different consumer configs in a single DB, each with their own provider URL (and thus their own updateref)
+<hyc> I would think we can get rid of the update ref directive entirely, just point all writes to that consumer's provider.