diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-21 12:00:02 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-21 12:00:02 +0100 |
commit | ed38b0dfc901ebafd597cc0f09400038f17cf058 (patch) | |
tree | 5c5c24ff0aaa0e4822ab953034aa6929bf015e2e /data/templates | |
parent | 8783a4b2db12554cca805e70177366e222d1dfd6 (diff) | |
download | vyos-1x-ed38b0dfc901ebafd597cc0f09400038f17cf058.tar.gz vyos-1x-ed38b0dfc901ebafd597cc0f09400038f17cf058.zip |
openvpn: T3060: fix client authentication username and password file
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/openvpn/auth.pw.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
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 %} |