diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-22 08:14:10 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-22 08:14:10 +0200 |
commit | 05f839574b101bdea4d91740834479811a271e11 (patch) | |
tree | 93fa8d7bfa1f3ebd0734ccc90f056430989cd6bb /data/templates/pptp/chap-secrets.tmpl | |
parent | c29e9344757e36a1bcc422ba49def457268659bf (diff) | |
download | vyos-1x-05f839574b101bdea4d91740834479811a271e11.tar.gz vyos-1x-05f839574b101bdea4d91740834479811a271e11.zip |
vpn: pptp: T2351: align configuration to other accel implementations
Diffstat (limited to 'data/templates/pptp/chap-secrets.tmpl')
-rw-r--r-- | data/templates/pptp/chap-secrets.tmpl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/data/templates/pptp/chap-secrets.tmpl b/data/templates/pptp/chap-secrets.tmpl deleted file mode 100644 index f93f4607b..000000000 --- a/data/templates/pptp/chap-secrets.tmpl +++ /dev/null @@ -1,6 +0,0 @@ -# username server password acceptable local IP addresses -{% for user in authentication['local-users'] %} -{% if authentication['local-users'][user]['state'] == 'enabled' %} -{{ "%-12s" | format(user) }} * {{ "%-16s" | format(authentication['local-users'][user]['passwd']) }} {{ "%-16s" | format(authentication['local-users'][user]['ip']) }} -{% endif %} -{% endfor %} |