summaryrefslogtreecommitdiff
path: root/config/pam-webserver
blob: a5e7af4c6a6c8eda928f87e6e22da81a1bd3164c (plain)
1
2
3
4
5
6
7
8
#%PAM-1.0

auth     include  common-auth
# skip redfish group check for non-local user (ldap)
auth     [success=ok perm_denied=1 default=ignore] pam_localuser.so
auth     required pam_succeed_if.so user ingroup redfish
account  include  common-account
password include  common-password