File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
files/image_config/hostcfgd Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1313auth [success=1 default=ignore] pam_unix.so nullok try_first_pass
1414
1515{% elif auth ['login' ] == 'local,tacacs+' %}
16- auth [success=done new_authtok_reqd=done default=ignore{{ ' auth_err=die' if not auth['failthrough'] }}] pam_unix.so nullok try_first_pass
16+ auth [success=done new_authtok_reqd=done default=ignore{{ ' auth_err=die maxtries=die ' if not auth['failthrough'] }}] pam_unix.so nullok try_first_pass
1717{% for server in servers | sub (0, -1) %}
1818auth [success=done new_authtok_reqd=done default=ignore{{ ' auth_err=die' if not auth['failthrough'] }}] pam_tacplus.so server={{ server.ip }}:{{ server.tcp_port }} secret={{ server.passkey }} login={{ server.auth_type }} timeout={{ server.timeout }} {% if server .vrf %} vrf={{ server.vrf }} {% endif %} try_first_pass
1919{% endfor %}
You can’t perform that action at this time.
0 commit comments