summaryrefslogtreecommitdiffstats
path: root/data/ad/common-password
blob: a51030680be469f9d8c8a4c8039cbcff90687216 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
password	[success=2 default=ignore]	pam_unix.so obscure sha512
password	[success=1 user_unknown=ignore default=die]	pam_ldap.so use_authtok try_first_pass
# 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)