summaryrefslogtreecommitdiff
path: root/data/templates/openvpn/auth.pw.tmpl
blob: 9b20c97422f19b4b3fe4b691867d713504be71a1 (plain)
1
2
3
4
5
{# Autogenerated by interfaces-openvpn.py #}
{% if authentication is defined and authentication is not none %}
{{ authentication.username }}
{{ authentication.password }}
{% endif %}