mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Handle LDAP_MOD_INCREMENT in acl_check_modlist()
This commit is contained in:
parent
d4c9c3b60e
commit
cbf33d4fb1
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue