Configuring advanced RADIUS settings
On the RADIUS Settings page, click Advanced RADIUS Settings.
The Advanced RADIUS Settings page is displayed.
For authorization purposes, configure vendor-specific attributes for the RADIUS users on the server.
Example:Add vendor-specific attributes:
cd/usr/share/freeradius
vim dictionary.adtest
(Add the content below)
# dictionary.adtest
VENDOR ADTest 58
# Standard attribute
BEGIN-VENDOR ADTest
ATTRIBUTE ADTest-group 1 string
END-VENDOR ADTest
vim dictionary
(Add this line)
$INCLUDE dictionary.adtest
Add users:
vim users
(Add the content below)
"RadiusTest1" Cleartext-Password := "000000"
Service-Type = Administrative-User,
Auth-Type := System,
ADTest-group := "H=4"
NoteThese fields will not allow more than 127 characters. '#' is not allowed.
Click Save to save the settings.
Give documentation feedback