summaryrefslogtreecommitdiff
path: root/data/templates/system-login/pam_radius_auth.conf.tmpl
blob: 6cff67867e699b65060146f6b05e2effc43e3a42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Automatically generated by VyOS
# RADIUS configuration file
{%- if radius_server %}
# server[:port]         shared_secret                           timeout (s)     source_ip
{% for s in radius_server %}
{%- if not s.disabled -%}
{{ s.address }}:{{ s.port }} {{ s.key }} {{ s.timeout }} {% if radius_source_address -%}{{ radius_source_address }}{% endif %}
{% endif %}
{%- endfor %}

priv-lvl 15
mapped_priv_user radius_priv_user
{% endif %}