F3215-HP Load Balancing Module Security Command Reference-6PW101
65
When the password control feature is globally enabled by using the password-control enable command,
local user passwords, such as the length and complexity, are under the restriction of the password control
feature and not displayed, and the password hash cipher command cannot be used.
Examples
# Set the password to 123456 in plain text for local user user1.
<Sysname> system-view
[Sysname] local-user user1
[Sysname-luser-user1] password simple 123456
# Set a plaintext password 123456 in interactive mode for local user user1.
<Sysname> system-view
[Sysname] local-user user1
[Sysname-luser-user1] password
Password:******
Confirm :******
# Set a plaintext password to 123456 in hashed form for local user user1.
<Sysname> system-view
[Sysname] local-user user1
[Sysname-luser-user1] password hash simple 123456
Related commands
display local-user
service-type
Use service-type to specify the service types that a user can use.
Use undo service-type to delete one or all service types configured for a user.
Syntax
service-type { ftp | { ssh | telnet | terminal } * | web }
undo service-type { ftp | { ssh | telnet | terminal } * | web }
Default
A user is authorized with no service.
Views
Local user view
Default command level
3: Manage level
Parameters
ftp: Authorizes the user to use the FTP service. The user can use the root directory of the FTP server by
default.
ssh: Authorizes the user to use the SSH service.
telnet: Authorizes the user to use the Telnet service.
terminal: Authorizes the user to use the terminal service, allowing the user to log in from the console port.
web: Authorizes the user to use the Web service.