]> git.sur5r.net Git - openldap/commitdiff
ITS#5591
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 10 Jul 2008 02:09:12 +0000 (02:09 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 10 Jul 2008 02:09:12 +0000 (02:09 +0000)
CHANGES
servers/slapd/overlays/syncprov.c

diff --git a/CHANGES b/CHANGES
index 3faba529d72dbc3246f9aa9380fe281c583ccf5a..417921d1120cc77edf1f7f96bc87010ffe744b5f 100644 (file)
--- 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
index 0bb3180061235317091660b50a02483f407e8336..241ad7e55246c084037b8d9190c5a9a05a0eef80 100644 (file)
@@ -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 }
 };