Use newer radius port 1812 by default

1645 has been marked as "old-radius" for a long time.
This commit is contained in:
Samuel Thibault 2022-05-28 09:33:05 +02:00
parent f9e2045b38
commit 71a60411a1
6 changed files with 8 additions and 8 deletions

View file

@ -77,7 +77,7 @@
</div>
</dd>
<dt><code>primary_radius_port</code> (short); <code>secondary_radius_port</code> (short)</dt>
<dd><p>Sets the authentication ports for the primary and secondary RADIUS servers. The accounting port is one more than the authentication port. If no RADIUS ports are given, the authentication port defaults to 1645, and the accounting port to 1646.</p>
<dd><p>Sets the authentication ports for the primary and secondary RADIUS servers. The accounting port is one more than the authentication port. If no RADIUS ports are given, the authentication port defaults to 1812, and the accounting port to 1813.</p>
</dd>
<dt><code>radius_accounting</code> (boolean)</dt>
<dd><p>If set to true, then RADIUS accounting packets will be sent. This means that a Start record will be sent when the session is successfully authenticated, and a Stop record will be sent when the session is closed.</p>