Message 177321 - Python tracker

Message177321

Author rosslagerwall
Recipients gregory.p.smith, rosslagerwall
Date 2012-12-11.07:08:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20121211070754.GA724@hobo.wolfson.cam.ac.uk>
In-reply-to <1355197575.99.0.863883653591.issue16661@psf.upfronthosting.co.za>
Content
It seems like getgrouplist returns the information from the system
database whereas getgroups (and consequently id -G) returns the
supplementary groups for the calling process.

I'm not exactly sure how getgrouplist() can be effectively tested then.
History
Date User Action Args
2012-12-11 07:08:00rosslagerwallsetrecipients: + rosslagerwall, gregory.p.smith
2012-12-11 07:08:00rosslagerwalllinkissue16661 messages
2012-12-11 07:08:00rosslagerwallcreate