throw new LdapSchemaViolationException( message, ResultCodeEnum.INSUFFICIENT_ACCESS_RIGHTS );
}
}
// Inject the ModifiersName AT if it's not present
ServerAttribute attribute = new DefaultServerAttribute(
MODIFIERS_NAME_ATTRIBUTE_TYPE,
getPrincipal().getName());
Modification modifiersName = new ServerModification( ModificationOperation.REPLACE_ATTRIBUTE, attribute );