CONFIG AUTH RADIUS
Level
user+modify
History
bport appears in Netasq 6 1 0
bhost appears in Netasq 6 1 0
level changes from other+modify to user+modify in Netasq 9 0 0
status appears in Netasq 9 1 0
pencoding and bencoding appear in 2 0 0
Description
Configure radius authentication
Usage
[state=<0|1>] | [host=<host> [port=<service>] key=<sharedkey> [pencoding=<encoding>] ] [bhost=<host> [bport=<service>] bkey=<sharedkey> [bencoding=<encoding>] ]
Returns
Error Code
Remark
Authentication with radius can be used with unknown users (default method)
default value for port is 1812
Microsoft RADIUS server uses ISO-8859-1 charset
Example
CONFIG AUTH RADIUS host=10 2 0 100 port=1812 key="shared secret"
CONFIG AUTH RADIUS host=radiussrv port=radius key="shared secret" pencoding=ISO-8859-1 bhost=radiussrv bport=radius bkey="other shared secret" bencoding=UTF-8