Ticket #218 - Make RI Plugin worked with replicated updates
Bug Description: If a user is deleted from AD (or a master not using RI Plugin),
the operation comes in as a replicated op, and RI aborts its
processing.
Fix Description: Added a new config attribute to the plugin "nsslapd-pluginAllowReplUpdates: on".
We check for this setting at startup and set a flag. We then allow these
operations, and we also attach OP_FLAG_REPLICATED flag to pblock for
slapi_modify_internal().
Side note: Cleaned up all the indentation/comments in referint.c
https://fedorahosted.org/389/ticket/218
reviewed by: