User authentication
Example user configuration
IX14 User Guide
238
d. Assign the user to the
admin
group:
i. Click
Groups
.
ii. For
Add Group
, click
.
iii. For
Group
, select the
admin
group.
a. Verify that the
admin
group has full administrator rights:
i. Click
Authentication
>
Groups
.
ii. Click
admin
.
iii. Verify that the admin group has
Admin access
enabled. If not, click
Admin access
to
enable.
iv. Verify that
Access level
is set to
Full access
. If not, select
Full access
.
7. Click
Apply
to save the configuration and apply the change.
Command line
1. Configure a user on the RADIUS server:
a. On the ubuntu machine hosting the FreeRadius server, open the
/etc/freeradius/3.0/users
file:
$ sudo gedit /etc/freeradius/3.0/users
b. Add a RADIUS user to the
users
file:
admin1 Cleartext-Password := "password1"
Unix-FTP-Group-Names := "admin"
In this example:
n
The user's username is
admin1
.
n
The user's password is
password1
.
n
The authentication group on the IX14 device,
admin
, is identified in the
Unix-FTP-
Group-Names
parameter.
c. Save and close the
users
file.