Oracle® Solaris 11.2 Tunable Parameters Reference Manual

Exit Print View

Updated: December 2014
 
 

ngroups_max

Description

Specifies the maximum number of supplemental groups per process.

Data Type

Signed integer

Default

16

Range

0 to 1024

Units

Groups

Dynamic?

No

Validation

Yes. If ngroups_max is 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_SYS authentication and you want to increase the default ngroups_max value:

  1. If ngroups_max is set to 16 or if the client's AUTH_SYS credential that is provided has 15 or fewer groups, the client's group information is used.

  2. If ngroups_max is set to greater than 16 and the client's AUTH_SYS credential 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