adamwill / 389-ds-base

Forked from 389-ds-base 4 years ago
Clone

58b0daa Ticket 50013 - Log warn instead of ERR when aci target does not exist.

1 file Authored by gparente 4 years ago, Committed by mreynolds 4 years ago,
    Ticket 50013 - Log warn instead of ERR when aci target does not exist.
    
    Bug Description:
    
    This is something we have very often in IPA context and customers are very often asking why there are errors in the logs:
    
    [31/Oct/2018:05:52:23.436616394 -0400] - ERR - NSACLPlugin - acl_parse - The ACL target cn=groups,cn=compat,dc=cgparente,dc=local does not exist
    [31/Oct/2018:05:52:23.438951763 -0400] - ERR - NSACLPlugin - acl_parse - The ACL target cn=computers,cn=compat,dc=cgparente,dc=local does not exist
    
    Fix Description:
    
    just log WARN instead of ERR
    
    https://pagure.io/389-ds-base/issue/50013
    
    Author: German Parente <gparente@redhat.com>
    
    Review by: ???