This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ernstp
Recipients ernstp
Date 2008-02-20.12:30:30
SpamBayes Score 0.033789296
Marked as misclassified No
Message-id <1203510631.66.0.497834646199.issue2148@psf.upfronthosting.co.za>
In-reply-to
Content
Nis (applications?) has a line limit in the "group" entry, so you can't 
have very long lines (=many users)
The way to solve this is to put aliases in the group map, like this:
MY_GROUP::123:user1,user2
MY_GROUP::123:user3,user4

This is supported by the OS, grp.getgrall(), etc, but
nis.cat("group")
only puts the last entry into the dict it returns.

I guess the best thing if you want to return a dict is to merge the 
members if both the name and gid matches.
History
Date User Action Args
2008-02-20 12:30:31ernstpsetspambayes_score: 0.0337893 -> 0.033789296
recipients: + ernstp
2008-02-20 12:30:31ernstpsetspambayes_score: 0.0337893 -> 0.0337893
messageid: <1203510631.66.0.497834646199.issue2148@psf.upfronthosting.co.za>
2008-02-20 12:30:30ernstplinkissue2148 messages
2008-02-20 12:30:30ernstpcreate