RADIUS Authentication
ProVision supports 6connect vendor-specific attributes (VSAs) for use with RADIUS authentication.
...
Setting Up Radius Authentication
Add the
...
VSA to the Radius Installation
To use the 6connect VSA, the attributes must be defined on the RADIUS server.
Add the following RADIUS dictionary file to your RADIUS server and name it dictionary.6connect:
ProVision 4.0 and greaternewer:
Code Block |
---|
VENDOR 6connect 36009 BEGIN-VENDOR 6connect ATTRIBUTE 6connect_user_group 10 string #A 6connect User Group to which this user belongs. END-VENDOR 6connect |
...
Code Block | ||||
---|---|---|---|---|
| ||||
bobber Cleartext-Password := "hello" 6connect_user_group = "Global Admins,Group 2,Group 1,Group Nonexistant" |
The Radius server must be restarted every time you add, remove, or modify users. To restart the Radius server, use this command:
Code Block |
---|
/etc/init.d/radiusd restart |
...
Note | ||
---|---|---|
| ||
There are many Radius attributes, but '6connect_user_group' is the one used by 6connect ProVision. It is a comma-separated list of all the group names that the user belongs to. |
Test Radius Accounts
For ProVision 4.0 and highernewer, test and response should look like the following:
...
Configure ProVision for Radius Authentication
To configure the use of Radius authentication with ProVision, follow the steps below:
- Log into 6connect ProVision
- Go to Settings → Admin -> Authentication
- Select the "Radius" tab under "Authentication Options"
- Ensure that Radius functions are available. Radius functions are always available on 6connect cloud hosted instances.
- Note: Radius functions are available on VM Images and Local Installations only if the relevant PHP Pear Radius Libraries have been installed. An error message will be visible if the PHP extension is not installed.
- Move the Radius Enable selector to the "ON" position.
- Fill in the hostname or ip address, authentication ports, accounting port, and shared Radius key as specified.
...
...
Adding a Secondary Radius Server
Once at least one Radius server has been added, a list will appear at the top of the Radius module. Add an additional Radius server by clicking "Add new server".
ProVision will try to connect to each radius server listed in the order listed, until a success is returned. Disabled servers will display in grey, and the currently selected server will display in bold.
Note | ||
---|---|---|
| ||
The default login is 'Local", but the default login method displayed may be updated by performing the following steps:
In the login screen, you would select the authentication method from the dropdown. If you like, you can set the default login option in the following way: Go
|
Add or Update Radius Authentication Settings (Local Install Only)
...