On Wed, May 19, 2010 at 8:15 AM, Jan Koprowski <[email protected]> wrote: > I need this to use ClearCase (cleartool binary). ACL in ClearCase > based on Unix system groups but it get only first 16 groups.
Are these Unix groups? Because many Unix-based operating systems have a limit on the number of supplementary groups that a process may be in at any one time. So this may be an OS issue, and nothing to do with Apache or mod_wsgi/mod_python. I know some Unix-like OS's have fairly small limits (<20). What you should do is the following from the command line: $ getconf NGROUPS_MAX -- Deron Meranda http://deron.meranda.us/ -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
