Internal plugin operations and replication questions
I'm writing a postop plugin that will modify multiple password hash attributes upon a successful user password change (need to maintain these hashes for use by external apps like FreeRADIUS). My questions are:
1. Does replication pick up internal operations like this?
2. What do I need to do within the plugin to "play nice" with replication?
The second question comes from seeing some of the example plugin code that explicitly checks to see if the parameter block is associated with a replication thread and only continues if it is not. I don't know if this means my plugin should do a similar check and not modify the attributes if it's in a replication thread or, because the operations are internal, if it should indeed perform the modifications even if this is a replication thread.
Any thoughts?
Cheers,
Doug

