Handle LDAP_MOD_INCREMENT in acl_check_modlist()

This commit is contained in:
Luke Howard 2005-12-24 16:02:15 +00:00
parent d4c9c3b60e
commit cbf33d4fb1

View File

@ -2282,6 +2282,7 @@ acl_check_modlist(
switch ( mlist->sml_op ) { switch ( mlist->sml_op ) {
case LDAP_MOD_REPLACE: case LDAP_MOD_REPLACE:
case LDAP_MOD_INCREMENT:
/* /*
* We must check both permission to delete the whole * We must check both permission to delete the whole
* attribute and permission to add the specific attributes. * attribute and permission to add the specific attributes.