c41ae11 IPA: Only treat malformed HBAC rules as fatal if deny rules are enabled

Authored and Committed by jhrozek 9 years ago
    IPA: Only treat malformed HBAC rules as fatal if deny rules are enabled
    
    https://fedorahosted.org/sssd/ticket/2603
    
    If deny rules are not in effect, we can skip malformed HBAC rules
    because at worst we will deny access. If deny rules are in effect, we
    need to error out to be on the safe side and avoid skipping a deny rule.
    
    Reviewed-by: Pavel Březina <pbrezina@redhat.com>