ngroups_max Parameter
- Description
-
Specifies the maximum number of supplemental groups per process.
- Data Type
-
Signed integer
- Units
-
Groups
- Dynamic?
-
No
- Validation
-
Yes. If
ngroups_maxis set to an invalid value, it is automatically reset to the closest legal value. For example, if it is set to less than zero, it is reset to 0. If it is set to greater than 1024, it is reset to 1024. - When to Change
-
Review the following considerations if you are using NFS
AUTH_SYSauthentication and you want to increase the defaultngroups_maxvalue:-
If
ngroups_maxis set to 16 or if the NFS client'sAUTH_SYScredential that is provided has 15 or fewer groups, the client's group information is used. -
If
ngroups_maxis set to greater than 16 and the NFS client'sAUTH_SYScredential from the name server contains exactly 16 groups, the maximum allowed, the NFS server consults the name server and matches the client's UID to a user name. Then, the name server computes a list of groups to which the user belongs.
-
- Commitment Level
-
Unstable