71aa3d8 Fix ldap2 combine_filters for ldap2.MATCH_NONE

1 file Authored by mkosek 12 years ago, Committed by edewata 12 years ago,
    Fix ldap2 combine_filters for ldap2.MATCH_NONE
    
    "!" is a unary LDAP filter operator and cannot be treated in the
    same way as binary operators ("&", "|"). Otherwise, an invalid
    LDAP filter is created.
    
    https://fedorahosted.org/freeipa/ticket/1675
    
        
file modified
+10 -14