Lines Matching refs:groups
30 for given user. It will gather groups only provided by sssd.
49 groups = POINTER(c_uint32)()
50 p_groups = pointer(groups)
76 for given user. It will gather groups only provided by sssd.
100 @param int gid ID of groups which should be converted to string.
113 for given user. It will gather groups only provided by sssd.
118 @return (int, int, List[string]) (err, errno, groups)
119 groups should contain names of user groups
124 groups = []
127 groups = [gid_to_str(gid) for gid in gids]
129 return (res, errno, groups)