]> git.ipfire.org Git - ipfire-3.x.git/blame - pkgs/core/coreutils/pam.d/su
naoki: Initial checkin.
[ipfire-3.x.git] / pkgs / core / coreutils / pam.d / su
CommitLineData
213e1832
MT
1#%PAM-1.0
2auth sufficient pam_rootok.so
3# Uncomment the following line to implicitly trust users in the "wheel" group.
4#auth sufficient pam_wheel.so trust use_uid
5# Uncomment the following line to require a user to be in the "wheel" group.
6#auth required pam_wheel.so use_uid
7auth include system-auth
8account sufficient pam_succeed_if.so uid = 0 use_uid quiet
9account include system-auth
10password include system-auth
11session include system-auth
12session optional pam_xauth.so