adamwill / 389-ds-base

Forked from 389-ds-base 4 years ago
Clone

64ff837 Ticket 49230 - slapi_register_plugin creates config entry where it should not

Authored and Committed by tbordaz 6 years ago
    Ticket 49230 - slapi_register_plugin creates config entry where it should not
    
    Bug Description:
        slapi-register-plugin systematically create an entry under
        'cn=plugins,cn=config' because it is not taking into account
        the flag 'add_entry in 'plugin_setup'.
    
        This is potentially a regression introduced by
        https://pagure.io/389-ds-base/issue/49066 (TBC)
    
    Fix Description:
        Test 'add_entry' before adding the entry
    
        https://pagure.io/389-ds-base/issue/49230
    
    Review by: Mark Reynolds, William Brown
    
        
file modified
+8 -6