diff options
Diffstat (limited to 'data/templates/openvpn/auth.pw.j2')
-rw-r--r-- | data/templates/openvpn/auth.pw.j2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/templates/openvpn/auth.pw.j2 b/data/templates/openvpn/auth.pw.j2 new file mode 100644 index 000000000..218121062 --- /dev/null +++ b/data/templates/openvpn/auth.pw.j2 @@ -0,0 +1,5 @@ +{# Autogenerated by interfaces-openvpn.py #} +{% if authentication is vyos_defined %} +{{ authentication.username }} +{{ authentication.password }} +{% endif %} |