]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldap/init.c
ITS#5860 - more for entry cache counts
[openldap] / servers / slapd / back-ldap / init.c
index 93df94c28ec7a02899d39e806e358ec83518c343..6c9979bd508e2781e2b8a763ca2847d95332628b 100644 (file)
@@ -62,7 +62,10 @@ ldap_back_initialize( BackendInfo *bi )
                 * and the entryTtl attribute */
                SLAP_BFLAG_DYNAMIC |
 #endif /* LDAP_DYNAMIC_OBJECTS */
-               0;
+
+               /* back-ldap recognizes RFC4525 increment;
+                * let the remote server complain, if needed (ITS#5912) */
+               SLAP_BFLAG_INCREMENT;
 
        bi->bi_open = ldap_back_open;
        bi->bi_config = 0;