Description
Skipped remote update during resource assignment if connector CREATE capability is not provided.
Update does not occur because the beforeObj retrieving is denied: search capability check is performed based on the original request (CREATE) instead the actual one (UPDATE).
Suggestion: try to remove capabilitis check into the following method.
ConnectorFacadeProxy.getObject(final PropagationMode propagationMode, final ResourceOperation operationType, final ObjectClass objectClass, final Uid uid, final OperationOptions options)