summaryrefslogtreecommitdiffstats
path: root/data/ad/common-account
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-13 17:50:05 +0200
committerSimon Rettberg2015-09-13 17:50:05 +0200
commit576aaf1c9104bdec441c8565bf24f35731c93f82 (patch)
tree3412ef89362a7852279099a3c36197936863defe /data/ad/common-account
parentRefine mount script, updater backup/restore to handle new dozmod db (diff)
downloadtmlite-bwlp-576aaf1c9104bdec441c8565bf24f35731c93f82.tar.gz
tmlite-bwlp-576aaf1c9104bdec441c8565bf24f35731c93f82.tar.xz
tmlite-bwlp-576aaf1c9104bdec441c8565bf24f35731c93f82.zip
Fix pam scripts (ldap -> sss)
Diffstat (limited to 'data/ad/common-account')
-rw-r--r--data/ad/common-account2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ad/common-account b/data/ad/common-account
index a72effc..5de6729 100644
--- a/data/ad/common-account
+++ b/data/ad/common-account
@@ -1,5 +1,5 @@
account [success=2 new_authtok_reqd=done default=ignore] pam_unix.so
-account [success=1 default=ignore] pam_ldap.so
+account [success=1 default=ignore] pam_sss.so use_first_pass
# here's the fallback if no module succeeds
account requisite pam_deny.so
# prime the stack with a positive return value if there isn't one already;