[pam.d/common-account] Confusion session/account
This commit is contained in:
parent
b311a6c2f4
commit
f9e1f5d23f
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue