User authentication Example user configuration
IX20 User Guide
928
In this example:
n
The user's username isadmin1.
n
The user's password is password1.
n
The authentication group on the IX20 device, admin, is identified in the Unix-FTP-
Group-Namesparameter.
c. Saveand close the usersfile.
2. Configure a user on the TACACS+server:
a. On the ubuntu machine hosting the TACACS+server, open the /etc/tacacs+/tac_plus.conf
file:
$ sudo gedit /etc/tacacs+/tac_plus.conf
b. Add a TACACS+ user to the tac_plus.conf file:
user = admin1 {
name ="Admin1 for TX64"
pap = cleartext password1
service = system {
groupname = admin
}
}
}
In this example:
n
The user's username isadmin1.
n
The user's password is password1.
n
The authentication group on the IX20 device, admin, is identified in the
groupname parameter.
c. Saveand close the tac_plus.conf file.
3. Select the device in Remote Manager and click Actions> Open Console, or log into the IX20
local command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an Access selection
menu. Type admin to accessthe Admin CLI.
4. At the command line, type config to enter configuration mode:
> config
(config)>
5. Configure the authentication methods:
a. Determine the current authentication method configuration:
(config)> show auth method
0 local
(config)>
This output indicatesthat on thisexample system, only local authentication is configured.