DGS-3200 Series Layer 2 Gigabit Managed Switch CLI Manual
32
Restrictions
You must have administrator privileges.
Examples
To disable password encryption
D G S - 3 2 0 0 - 1 0 : 4 # d i s a b l e p a s s w o r d e n c r y p t i o n
C o m m a n d : d i s a b l e p a s s w o r d e n c r y p t i o n
S u c c e s s .
D G S - 3 2 0 0 - 1 0 : 4 #
3-4 config account
Purpose
Used to configure user accounts.
Format
config account <username> {encrypt [plain_text| sha_1] <password>}
Description
When the password information is not specified in the command, the system will prompt the user to input
the password interactively. For this case, the user can only input the plain text password.
If the password is present in the command, the user can select to input the password in the plain text form
or in the encrypted form. The encryption algorithm is based on SHA-I.
Parameters
Parameters
Description
<username>
Name of the account. The account must already be defined.
plain_text
Select to specify the password in plain text form.
sha_1
Select to specify the password in the SHA-I enacrpted form.
password
The password for the user account.
The length for of password in plain-text form and in encrypted form are
different. For the plain-text form, passwords must have a minimum of 0
character and can have a maximum of 15 characters. For the
encrypted form password, the length is fixed to 35 bytes long. The
assword is case-sensitive.