summaryrefslogtreecommitdiffstats
path: root/data/ad/common-password
blob: 9362eac7f3b44313a52db9a3f0d7546fc6991db2 (plain) (blame)
1
2
3
4
5
6
7
8
9
password	[success=1 default=ignore]	pam_unix.so obscure sha512
# here's the fallback if no module succeeds
password	requisite			pam_deny.so
# 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
password	required			pam_permit.so
# and here are more per-package modules (the "Additional" block)