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