2b54404 Ticket 50914 - No error returned when adding an entry matching filters for a non existing automember group

Authored and Committed by tbordaz 4 years ago
    Ticket 50914 - No error returned when adding an entry matching filters for a non existing automember group
    
    Bug Description:
    	automember plugin adds matching members to a target group. If the target group
    	does not exist a message is logged but with SLAPI_LOG_PLUGIN level.
    
    Fix Description:
    	Such situation (target group missing/deleted) is rare. It worths logging
    	the message, that automember did not add a member, at SLAPI_LOG_INFO
    
    https://pagure.io/389-ds-base/pull-request/50285
    
    Reviewed by: Mark Reynolds
    
    Platforms tested: F30
    
    Flag Day: no
    
    Doc impact: no