summaryrefslogtreecommitdiff
path: root/data/templates/pptp/chap-secrets.tmpl
blob: f93f4607be5070e7067e029b7617a0e6bec4c36c (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' %}
{{ "%-12s" | format(user) }} * {{ "%-16s" | format(authentication['local-users'][user]['passwd']) }} {{ "%-16s" | format(authentication['local-users'][user]['ip']) }}
{% endif %}
{% endfor %}