Commit 481bab4c authored by Ad Schellevis's avatar Ad Schellevis

(captiveportal, new) add concurrentlogins option to backend config template

parent d7e2c665
......@@ -3,8 +3,9 @@
{% if cpZone.enabled|default('0') == '1' %}
[zone_{{cpZone.zoneid}}]
authservers={{ cpZone.authservers }}
idletimeout={{ cpZone.idletimeout }}
hardtimeout={{ cpZone.hardtimeout }}
idletimeout={{ cpZone.idletimeout|default("0") }}
hardtimeout={{ cpZone.hardtimeout|default("0") }}
concurrentlogins={{cpZone.concurrentlogins|default("0")}}
{% endif %}
{% endfor %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment