On AIX 7.1 to check the max amount of groups the OS is capable of allowing a user to be a member of run the following:
# getconf NGROUPS_MAX
2048
To check the current limit that is configured run the following:
# lsattr -El sys0 -a ngroups_allowed
ngroups_allowed 128 Number of Groups Allowed
True
To increase it to the limit:
# chdev -l sys0 -a ngroups_allowed=2048
sys0 changed
© 2025 One Identity LLC. ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center