fsusrMgmtPasswdValidationChars
SUPERMICRO-USERMGM-MIB ·
.1.3.6.1.4.1.10876.101.2.70.1.4
Object
scalar
r/w
Unsigned32
This is to configure the type of characters to be
considered for password validation rules. Following
four type of characters are considered - Alphabetical
lower case, Alphabetical upper case, numerical and
special characters. This object takes values as bit mask.
BIT 0 - Alphabetical lower case characters.
BIT 1 - Alphabetical upper case characters.
BIT 2 - Numeric characters.
BIT 3 - Special characters.
Note: BIT 0 - Least significant bit
BIT 3 - Most significant bit
For example, setting the password validation as 3
(i.e., 0011), will enable validation corresponds to
first (i.e., lower case) and second bit (i.e., upper case).
Setting all the bits enables validation of lower case,
upper case, numeric and special symbols in password.
By default, all flags will be enabled.
Context
- MIB
- SUPERMICRO-USERMGM-MIB
- OID
.1.3.6.1.4.1.10876.101.2.70.1.4- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- fsusrMgmtStats
- Siblings
- 10
Syntax
Unsigned32
Values & Constraints
Object Constraints
range: 0-15
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| fsusrMgmtStatsNumOfUsers The total number of users who have created account. | scalar | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.10876.101.2.70.1.1 |
| fsusrMgmtStatsEnableUsers The total number of enabled users | scalar | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.10876.101.2.70.1.10 |
| fsusrMgmtStatsDisableUsers The total number of disabled users | scalar | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.10876.101.2.70.1.11 |
| fsusrMgmtStatsActiveUsers The total number of users who have currently logged in
via different sessions will be tracked here. | scalar | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.10876.101.2.70.1.2 |
| fsusrMgmtMinPasswordLen This is to configure the minimum length of password by
the administrator. Minimum length value must be 8 | scalar | Unsigned32 | .1.3.6.1.4.1.10876.101.2.70.1.3 |
| fsusrMgmtPasswdValidateNoOfLowerCase This is to configure the minimum number of lower case
characters that are to be present in the password. If
the given password has less than the configured number of
lower case c… | scalar | Unsigned32 | .1.3.6.1.4.1.10876.101.2.70.1.5 |
| fsusrMgmtPasswdValidateNoOfUpperCase This is to configure the minimum number of upper case
characters that are to be present in the password. If
the given password has less than the configured number of
upper case… | scalar | Unsigned32 | .1.3.6.1.4.1.10876.101.2.70.1.6 |
| fsusrMgmtPasswdValidateNoOfNumericals This is to configure the minimum number of numerical
characters that are to be present in the password. If
the given password has less than the configured number of
numerical ch… | scalar | Unsigned32 | .1.3.6.1.4.1.10876.101.2.70.1.7 |
| fsusrMgmtPasswdValidateNoOfSplChars This is to configure the minimum number of special
characters that are to be present in the password. If
the given password has less than the configured number of
special charact… | scalar | Unsigned32 | .1.3.6.1.4.1.10876.101.2.70.1.8 |
| fsusrMgmtPasswdMaxLifeTime The time after which the user password has to be expired (in days).
By Default, the Password Max Life Time is set to 0 and password wont
expire. | scalar | Unsigned32 | .1.3.6.1.4.1.10876.101.2.70.1.9 |