]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9309
authorQuanah Gibson-Mount <quanah@openldap.org>
Mon, 10 Aug 2020 16:06:40 +0000 (16:06 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Mon, 10 Aug 2020 16:08:42 +0000 (16:08 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 1ea64d303d23f30189a92869e1c60813769b4169..e0d5e663ecc10bdd98bebdd52c9d4f45e10b8e3f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,12 +4,14 @@ OpenLDAP 2.4.51 Engineering
        Added slapo-ppolicy implement Netscape password policy controls (ITS#9279)
        Fixed libldap retry loop in ldap_int_tls_connect (ITS#8650)
        Fixed libldap to use getaddrinfo in ldap_pvt_get_fqdn (ITS#9287)
+       Fixed slapd to enforce singular existence of some overlays (ITS#9309)
        Fixed slapd syncrepl to not delete non-replicated attrs (ITS#9227)
        Fixed slapd syncrepl to correctly delete entries on resync (ITS#9282)
        Fixed slapd syncrepl to use replace on single valued attrs (ITS#9294, ITS#9295)
        Fixed slapd-perl dynamic config with threaded slapd (ITS#7573)
        Fixed slapo-ppolicy to expose the ppolicy control (ITS#9285)
        Fixed slapo-ppolicy race condition for pwdFailureTime (ITS#9302)
+       Fixed slapo-ppolicy so it can only exist once per DB (ITS#9309)
        Fixed slapo-chain to check referral (ITS#9262)
        Build Environment
                Fix test064 so it no longer uses bashisms (ITS#9263)