4188968 pysss_nss_idmap: do not treat strings as sequences

1 file Authored by sbose 11 years ago, Committed by jhrozek 11 years ago,
    pysss_nss_idmap: do not treat strings as sequences
    
    The current PySequence_Check() also catches single strings with the
    effect that the string is split into characters which are send as
    arguments to SSSD individually.
    
    With this patch only tuples and lists are treated as sequences.
    
        
file modified
+1 -1