ea903f7 sudo: store rules with no sudoHost attribute

1 file Authored by pbrezina 11 years ago, Committed by jhrozek 11 years ago,
    sudo: store rules with no sudoHost attribute
    
    https://fedorahosted.org/sssd/ticket/1640
    
    Normal rules requires that sudoHost attribute is present. But this
    attribute is not mandatory for a special rule named cn=defaults.
    
    This patch modifies filter so that we store even rules that doesn't
    have sudoHost attribute specified. SUDO will then decide whether it
    is allowed or not.