summaryrefslogtreecommitdiff
path: root/data/templates/accel-ppp/config_modules_auth_mode.j2
blob: 5eca76f910ef55800592bee890bb8ed587df7c0e (plain)
1
2
3
4
5
{% if authentication is defined and authentication.mode is defined and authentication.mode == 'local' %}
chap-secrets
{% elif authentication is defined and authentication.mode is defined and authentication.mode == 'radius' %}
radius
{% endif %}