Skip to content

Commit

Permalink
Merge pull request #4120 from nicolas-fort/T6757-ocserv-radius
Browse files Browse the repository at this point in the history
T6757: Openconnect: fix template for correct config parsing while configuring source address for radius authentication.
  • Loading branch information
dmbaturin authored Oct 3, 2024
2 parents 6b7159f + 289ca99 commit 320de31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/templates/ocserv/radius_conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ authserver {{ authsrv }}
{% endif %}
{% endfor %}
radius_timeout {{ authentication['radius']['timeout'] }}
{% if source_address %}
{% if authentication.radius.source_address is vyos_defined %}
bindaddr {{ authentication['radius']['source_address'] }}
{% else %}
bindaddr *
Expand Down

0 comments on commit 320de31

Please sign in to comment.