Searched defs:MAPPING (Results 1 – 2 of 2) sorted by relevance
42 struct MAPPING { struct43 struct MAPPING *next; argument44 int xid; /* linux id : uid or gid */45 SID *sid; /* Windows id : usid or gsid */46 int grcnt; /* group count (for users only) */47 gid_t *groups; /* groups which the user is member of */
84 } MAPPING; typedef