Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
#%PAM-1.0
2
auth		required	pam_env.so
3
auth		sufficient	pam_rootok.so
4
# Uncomment the following line to implicitly trust users in the "wheel" group.
5
#auth		sufficient	pam_wheel.so trust use_uid
6
# Uncomment the following line to require a user to be in the "wheel" group.
7
#auth		required	pam_wheel.so use_uid
8
auth		substack	system-auth
9
auth		include		postlogin
10
account		sufficient	pam_succeed_if.so uid = 0 use_uid quiet
11
account		include		system-auth
12
password	include		system-auth
13
session		include		system-auth
14
session		include		postlogin
15
session		optional	pam_xauth.so