summaryrefslogtreecommitdiffstats
path: root/data/ad/common-auth
blob: f7e97a5e224a06a784205415739f7340a490add4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
auth	[success=4 default=ignore]	pam_unix.so nodelay
auth	[success=3 default=ignore] pam_exec.so quiet expose_authtok /opt/openslx/scripts/pam_bwidm
auth	[success=2 default=ignore]	pam_sss.so use_first_pass
# here's the fallback if no module succeeds
auth  optional          pam_faildelay.so delay=2123123
auth	requisite			pam_deny.so
auth	optional			pam_script.so expose=1
# prime the stack with a positive return value if there isn't one already;
# this avoids us returning an error just because nothing sets a success code
# since the modules above will each just jump around
auth	required			pam_permit.so
# and here are more per-package modules (the "Additional" block)
auth	optional			pam_cap.so