]> git.sur5r.net Git - openldap/commitdiff
Handle LDAP_MOD_INCREMENT in acl_check_modlist()
authorLuke Howard <lukeh@openldap.org>
Sat, 24 Dec 2005 16:02:15 +0000 (16:02 +0000)
committerLuke Howard <lukeh@openldap.org>
Sat, 24 Dec 2005 16:02:15 +0000 (16:02 +0000)
servers/slapd/acl.c

index e4a2b8f1696006df0521ed4caf9c9fa9c3a025d0..850775b11d731ff424c869f4eda26077ec796b8c 100644 (file)
@@ -2282,6 +2282,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.