Dell POWEREDGE M1000E User Manual

Page 610

Advertising
background image

582

Fabric OS Command Reference

53-1002746-01

passwdCfg

2

Digits value out of range

The -digits value specified must be greater than or equal to 0 and less than or
equal to -minlength value.

Punctuation value out of range

The -punctuation value specified must be greater than or equal to 0 and less
than or equal to -minlength value.

Total strength specification out of range

The total of -lowercase value, -uppercase value, -digits value, and
-punctuation value must be less than or equal to -minlength value.

History value out of range

The -history value must be between 1 and 24.

Minpasswordage value out of range

The -minpasswordage value must be between 0 and 999.

Maxpasswordage value out of range

The -maxpasswordage value must be between 0 and 999.

Warning value out of range

The -warning value must be between 0 and 999.

Invalid password expiration specification

The -minpasswordage value or -warning value must be less than or equal to
-maxpasswordage value when -maxpasswordage value is nonzero.

Lockoutthreshold value out of range

The -lockoutthreshold value must be between 0 and 999.

Lockoutduration value out of range

The -lockoutduration value must be between 0 and 99999.

Repeat value out of range

The -repeat value must be between 1 and 40.

Sequence value out of range

The -sequence value must be between 1 and 40.

EXAMPLES

To display the current password configuration parameters:

switch:admin> passwdcfg --showall
passwdcfg.minlength: 8
passwdcfg.lowercase: 0
passwdcfg.uppercase: 0
passwdcfg.digits: 0
passwdcfg.punctuation: 0
passwdcfg.history: 1
passwdcfg.minpasswordage: 0
passwdcfg.maxpasswordage: 0
passwdcfg.warning: 0
passwdcfg.lockoutthreshold: 0
passwdcfg.lockoutduration: 30
passwdcfg.status: 0

To set password configuration parameters, specifying that a password must contain at least two
uppercase characters, and that passwords expire in 90 days from the date they are defined:

switch:admin> passwdcfg --set -uppercase 2 \
-maxpasswordage 90

Advertising