[pam.d/common-account] Confusion session/account

This commit is contained in:
Pierre-Elliott Bécue 2013-04-20 08:49:15 +02:00
parent b311a6c2f4
commit f9e1f5d23f

View file

@ -20,8 +20,8 @@ pam-auth-update(8) for details.
""") """)
if not has('wheezy'): if not has('wheezy'):
print "session required pam_unix.so use_first_pass" print "account sufficient %s" %pam_module
print "session sufficient %s" %pam_module print "account required pam_unix.so use_first_pass"
else: else:
@# here are the per-package modules (the "Primary" block) @# here are the per-package modules (the "Primary" block)