summaryrefslogtreecommitdiff
path: root/data/templates/pptp/chap-secrets.tmpl
blob: 6bfa2d64ed1586ba98e59d5187f955c17a8c946b (plain)
1
2
3
4
5
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 %}