summaryrefslogtreecommitdiff
path: root/data/templates/openvpn/auth.pw.j2
blob: 2181210629ca3e95aa167b56a3d1905f500110b5 (plain)
1
2
3
4
5
{# Autogenerated by interfaces-openvpn.py #}
{% if authentication is vyos_defined %}
{{ authentication.username }}
{{ authentication.password }}
{% endif %}