Password must not contain the same username (case insensive).
Passwords are stored in hashed SHA-256 format on NE.
BASIC Mode Content Rules
Minimum Length = 6 or PMIN, whichever is greater.
The password must contain at least one alphabec and one non-alphabec character.
ENHANCED Mode Content Rules
Minimum Length = 8 or PMIN, whichever is greater.
The password must contain at least two characters from each of the following categories:
■ Lowercase alphabec: a…z
■ Uppercase alphabec: A…Z
■ Numeric: 0…9
■ Special: ! @ $ % ^ ( ) _ + ~ { } [ ] . - & *
Password Scenarios
If a password value is entered on a command line, characters following # are ignored (interpreted as a
comment). For example, in the following command the password is set to abc12 (ignoring #34).
Command Example:
% set users user user1 password abc12#34
The following command fails because \ causes # to be interpreted literally and # is not a valid username
character.
Command Example:
% set users user user1 password abc12\#34
System Administration
User Administration
224
Release 19.1.1 · Issue 1.1, May 2021
Fujitsu and Fujitsu Customer Use Only