VMware Aria Operations 8.x
#%PAM-1.0
auth include system-auth
account include system-auth
password include system-auth
session optional pam_keyinit.so revoke
session required pam_limits.so
session include system-auth
#%PAM-1.0
auth sufficient pam_permit.so
auth include system-auth
account include system-auth
password include system-auth
session optional pam_keyinit.so revoke
session required pam_limits.so
session include system-auth
Please be aware of the use and consequences of "auth sufficient pam_permit.so" as pam_permit is a PAM module that always permits access. It does nothing else. In the case of authentication, the user's name will be set to nobody if the application didn't set one. Many applications and PAM modules become confused if this name is unknown. This module is very dangerous. It should be used with extreme caution.
For more details you follow this link: https://man7.org/linux/man-pages/man8/pam_permit.8.html