05cf2b7 PAC: use SID instead of GID to search for groups

1 file Authored by sbose 10 years ago, Committed by jhrozek 10 years ago,
    PAC: use SID instead of GID to search for groups
    
    With the support of POSIX IDs managed on the AD side we may find
    non-POSIX groups, i.e. groups which do not have a GID assigned in AD, in
    the PAC. Since in this case all cached groups have a SDI attribute it is
    more reliable to search the groups by SID instead of GID.
    
        
file modified
+41 -48