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