From c3d43bcf57e5bc2765e4971527a7122b056774fc Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount <quanah@openldap.org> Date: Thu, 10 Jul 2008 02:09:12 +0000 Subject: [PATCH] ITS#5591 --- CHANGES | 3 ++- servers/slapd/overlays/syncprov.c | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 3faba529d7..417921d112 100644 --- a/CHANGES +++ b/CHANGES @@ -20,8 +20,9 @@ OpenLDAP 2.4.11 Engineering Fixed slapo-pcache handling of negative search caches (ITS#5546) Fixed slapo-ppolicy DNs with whitespaces (ITS#5552) Fixed slapo-syncprov ACL evaluation (ITS#5548) - Fixed slapo-syncprov full reload (ITS#5564) Fixed slapo-syncprov crash with delcsn (ITS#5589) + Fixed slapo-syncprov full reload (ITS#5564) + Fixed slapo-syncprov missing olcSpReloadHint attr(ITS#5591) Fixed slapo-unique filter normalization (ITS#5581) Fixed contrib smbk5pwd terminator (ITS#5575) Build Environment diff --git a/servers/slapd/overlays/syncprov.c b/servers/slapd/overlays/syncprov.c index 0bb3180061..241ad7e552 100644 --- a/servers/slapd/overlays/syncprov.c +++ b/servers/slapd/overlays/syncprov.c @@ -2512,7 +2512,11 @@ static ConfigOCs spocs[] = { "NAME 'olcSyncProvConfig' " "DESC 'SyncRepl Provider configuration' " "SUP olcOverlayConfig " - "MAY ( olcSpCheckpoint $ olcSpSessionlog $ olcSpNoPresent ) )", + "MAY ( olcSpCheckpoint " + "$ olcSpSessionlog " + "$ olcSpNoPresent " + "$ olcSpReloadHint " + ") )", Cft_Overlay, spcfg }, { NULL, 0, NULL } }; -- GitLab