b51abe5 Ticket #358 - managed entry doesn't delete linked entry

Authored and Committed by rmeggins 11 years ago
    Ticket #358 - managed entry doesn't delete linked entry
    
    https://fedorahosted.org/389/ticket/358
    Resolves: Ticket #358
    Bug Description: managed entry doesn't delete linked entry
    Reviewed by: nhosoi (Thanks!)
    Branch: master
    Fix Description: SLAPI_DELETE_BEPREOP_ENTRY is the same as SLAPI_ENTRY_PRE_OP
    they are the same field in the pblock.  We have to be very careful to only
    set SLAPI_DELETE_BEPREOP_ENTRY for those plugins which absolutely need to
    use it, and be careful to reset it after use.  We must not overwrite the
    SLAPI_ENTRY_PRE_OP which is needed by postoperation plugins.
    Platforms tested: RHEL6 x86_64, Fedora 17
    Flag Day: no
    Doc impact: no
    (cherry picked from commit 314ea64024def55b2d900f306ea7de30a00a70c5)