mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
fixes ITS#1582 (didn't trap SLAP_MOD_SOFTADD modification type)
This commit is contained in:
parent
1808f5e28b
commit
cf5489ff00
1 changed files with 4 additions and 0 deletions
|
|
@ -1151,6 +1151,10 @@ acl_check_modlist(
|
|||
}
|
||||
break;
|
||||
|
||||
/* adding attribute thru modrdn */
|
||||
case SLAP_MOD_SOFTADD:
|
||||
break;
|
||||
|
||||
default:
|
||||
assert( 0 );
|
||||
return( 0 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue