summaryrefslogtreecommitdiffstats
path: root/data/ad/common-password
blob: 4cda16ca75ffb409c4ee2e98865c718d60fca6a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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)
password	optional	pam_gnome_keyring.so