Developped processing of static supplementary groups

N2009_11_14_FIXES
jpandre 2007-12-07 20:07:17 +00:00
parent 99ff26cb0b
commit 0f40622012
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ struct MAPPING {
struct MAPPING *next;
int xid; /* linux id : uid or gid */
SID *sid; /* Windows id : usid or gsid */
int grcnt; /* group count (for users only) */
gid_t *groups; /* groups which the user is member of */
};
/*