summaryrefslogtreecommitdiff
path: root/data/templates/pptp/chap-secrets.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/pptp/chap-secrets.tmpl')
-rw-r--r--data/templates/pptp/chap-secrets.tmpl6
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 %}