c520f40 IPA: fix segfault in ipa_s2n_exop

1 file Authored by Aron Parsons 8 years ago, Committed by jhrozek 8 years ago,
    IPA: fix segfault in ipa_s2n_exop
    
    can be triggered on demand by assigning a POSIX group
    with external members sudo privileges, then dropping
    the cache and doing a sudo -U <user> -l.
    
    Reviewed-by: Sumit Bose <sbose@redhat.com>