From ed38b0dfc901ebafd597cc0f09400038f17cf058 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 21 Nov 2020 12:00:02 +0100 Subject: openvpn: T3060: fix client authentication username and password file --- data/templates/openvpn/auth.pw.tmpl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/templates/openvpn/auth.pw.tmpl (limited to 'data/templates') diff --git a/data/templates/openvpn/auth.pw.tmpl b/data/templates/openvpn/auth.pw.tmpl new file mode 100644 index 000000000..9b20c9742 --- /dev/null +++ b/data/templates/openvpn/auth.pw.tmpl @@ -0,0 +1,5 @@ +{# Autogenerated by interfaces-openvpn.py #} +{% if authentication is defined and authentication is not none %} +{{ authentication.username }} +{{ authentication.password }} +{% endif %} -- cgit v1.2.3