|
|
5972c3 |
#%PAM-1.0
|
|
Karel Zak |
101ae8 |
auth required pam_env.so
|
|
|
5972c3 |
auth sufficient pam_rootok.so
|
|
|
5972c3 |
# Uncomment the following line to implicitly trust users in the "wheel" group.
|
|
|
5972c3 |
#auth sufficient pam_wheel.so trust use_uid
|
|
|
5972c3 |
# Uncomment the following line to require a user to be in the "wheel" group.
|
|
|
5972c3 |
#auth required pam_wheel.so use_uid
|
|
|
5972c3 |
auth substack system-auth
|
|
|
5972c3 |
auth include postlogin
|
|
|
5972c3 |
account sufficient pam_succeed_if.so uid = 0 use_uid quiet
|
|
|
5972c3 |
account include system-auth
|
|
|
5972c3 |
password include system-auth
|
|
|
5972c3 |
session include system-auth
|
|
|
5972c3 |
session include postlogin
|
|
|
5972c3 |
session optional pam_xauth.so
|