Disable the password: fallback on token failure
There is nothing in system-auth that we don't have in the pam module, so this should allow us to remove pam_unix just fine. Currently only for stg. Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
0a9e60db32
commit
ffdb64f327
1 changed files with 3 additions and 0 deletions
|
@ -4,7 +4,10 @@ auth sufficient pam_url.so config=/etc/pam_url.conf
|
|||
auth requisite pam_succeed_if.so uid >= 500 quiet
|
||||
auth required pam_deny.so
|
||||
|
||||
{% if env == "production" %}
|
||||
auth include system-auth
|
||||
{% endif %}
|
||||
|
||||
account include system-auth
|
||||
password include system-auth
|
||||
session optional pam_keyinit.so revoke
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue