number of users in a group 2005-12-20 - By Garrick Staples
Back On Tue, Dec 20, 2005 at 12:51:28PM -0500, Bowen, III, Clint alleged: > Hi all, > I'm currently using RHEL 3, and I have a problem in that my > groups will only hold 32 members. While this works fine for > departmental use, making groups for some classes is problematic. Does > RHEL 4 increase this limit, and if so to what number? What is the > recommended workaround for this problem?
We use different group names with duplicate gids, putting 60 users in each group. This works great in our very old NIS realm that services several Unixes. For example,
foo:*:8493:user1,user2,... g8493-1:*:user61,user62,... g8493-2:*:user121,user122,...
Some things are complicated slightly, but file permissions work fine. In /etc/security/access.conf, you have to list all of the group names.
-- Garrick Staples, Linux/HPCC Administrator University of Southern California
-- Taroon-list mailing list Taroon-list@(protected) https://www.redhat.com/mailman/listinfo/taroon-list
|
|