mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Handle LDAP_MOD_INCREMENT in acl_check_modlist()
This commit is contained in:
parent
d4c9c3b60e
commit
cbf33d4fb1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user