summaryrefslogtreecommitdiff
path: root/data/templates/login/pam_otp_ga.conf.j2
blob: 4c1f411d11726f95a843ca61396eb0a0aca4202f (plain)
1
2
3
4
5
6
7
{% if authentication.otp.key is vyos_defined %}
{{ authentication.otp.key }}
" RATE_LIMIT {{ authentication.otp.rate_limit }} {{ authentication.otp.rate_time }}
" WINDOW_SIZE {{ authentication.otp.window_size }}
" DISALLOW_REUSE
" TOTP_AUTH
{% endif %}