1*307386e8SNan Zhou#%PAM-1.0 2*307386e8SNan Zhou 3*307386e8SNan Zhouauth include common-auth 4*307386e8SNan Zhou# skip redfish group check for non-local user (ldap) 5*307386e8SNan Zhouauth [success=ok perm_denied=1 default=ignore] pam_localuser.so 6*307386e8SNan Zhouauth required pam_succeed_if.so user ingroup redfish 7*307386e8SNan Zhouaccount include common-account 8*307386e8SNan Zhoupassword include common-password 9