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, 6 insertions, 0 deletions
diff --git a/data/templates/pptp/chap-secrets.tmpl b/data/templates/pptp/chap-secrets.tmpl
new file mode 100644
index 000000000..6bfa2d64e
--- /dev/null
+++ b/data/templates/pptp/chap-secrets.tmpl
@@ -0,0 +1,6 @@
+# username server password acceptable local IP addresses
+{% for user in authentication['local-users'] %}
+{% if authentication['local-users'][user]['state'] == 'enabled' %}
+{{user}}\t*\t{{authentication['local-users'][user]['passwd']}}\t{{authentication['local-users'][user]['ip']}}
+{% endif %}
+{% endfor %}