From dccdfa26c1642cb3ff7a417d5e3e85e018f9f5c2 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga <kurt@openldap.org> Date: Wed, 4 Jan 2006 19:09:37 +0000 Subject: [PATCH] Sync with HEAD --- servers/slapd/acl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/servers/slapd/acl.c b/servers/slapd/acl.c index 5e52833b1f..81a7e43e88 100644 --- a/servers/slapd/acl.c +++ b/servers/slapd/acl.c @@ -2305,6 +2305,7 @@ acl_check_modlist( switch ( mlist->sml_op ) { case LDAP_MOD_REPLACE: + case LDAP_MOD_INCREMENT: /* * We must check both permission to delete the whole * attribute and permission to add the specific attributes. -- GitLab