The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > AIX
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 03-09-2007
antalexi's Avatar
antalexi antalexi is offline
Registered User
 

Join Date: May 2004
Location: Southern California
Posts: 52
here is the same line:

#define NGROUPS_MAX 128 /* max number of supplementary group IDs per process, >= 0 */

Is the 128, the number of groups a user can belong to? I'm assuming the "group IDs per process" is actually groups per user.

On our server, 16 groups is the maximum for any given user. We were told that we can adjust this number to 32, but where is this setting?
Reply With Quote