tmnxPasswordMinLength
TIMETRA-SECURITY-MIB ·
.1.3.6.1.4.1.6527.3.1.2.22.5.2
Object
scalar
r/w
Unsigned32
The minimum number of characters required in the password.
In addition to the number of characters in the new password, credit
(of +1 in length) will be given for each different kind of character
(uppercase, lowercase, digit or special), thus giving the user the
choice between long simple and shorter but more complex passwords.
The maximum credit that is given for each different type of character
is configured using the tmnxPasswordCreditsLowerCase,
tmnxPasswordCreditsUpperCase, tmnxPasswordCreditsSpecialChar and
tmnxPasswordCreditsNumeric MIB fields.
Setting these 4 fields to 0 will effectively disable passwords
credits.
Context
- MIB
- TIMETRA-SECURITY-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.22.5.2- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- tmnxPasswordInfo
- Siblings
- 32
Syntax
Unsigned32
Values & Constraints
Object Constraints
range: 6-50
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| tmnxPasswordAging Number of days a user password is valid before the user must change
his password. If the value of tmnxPasswordAging is set to '65535',
password aging is disabled. | scalar | Days Unsigned32 | .1.3.6.1.4.1.6527.3.1.2.22.5.1 |
| tmnxPasswordAuthenExitOnReject If the value of tmnxPasswordAuthenExitOnReject is set to 'true' and if
one of the AAA methods configured in tmnxPasswordAuthenOrder1,
tmnxPasswordAuthenOrder2, tmnxPasswordAuthenO… | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.6527.3.1.2.22.5.10 |
| tmnxAdminPassword tmnxAdminPassword is used to configure the password which enables a
user to become a system administrator.
tmnxAdminPassword and tmnxAdminPasswordEncrypted, which indic… | scalar | OctetString | .1.3.6.1.4.1.6527.3.1.2.22.5.11 |
| tmnxAdminPasswordEncrypted When the value of tmnxAdminPasswordEncrypted is 'true', the password
specified by tmnxAdminPassword is in the encrypted form.
When the value of tmnxAdminPasswordEncrypt… | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.6527.3.1.2.22.5.12 |
| tmnxPasswordHealthCheck When the value of tmnxPasswordHealthCheck is 'true', the Radius
servers configured in tmnxRadiusServerTable and the 'TacPlus' servers
configured in tmnxTacPlusServerTable will be … | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.6527.3.1.2.22.5.13 |
| tmnxPasswordHealthCheckInterval The value of tmnxPasswordHealthCheckInterval specifies the polling
interval for Radius servers configured in tmnxRadiusServerTable and
the 'TacPlus' servers configured in tmnxTacP… | scalar | seconds Unsigned32 | .1.3.6.1.4.1.6527.3.1.2.22.5.14 |
| tmnxDynSvcPassword tmnxDynSvcPassword is used to configure the password which enables
manual modification of dynamic services.
The password can be provided both as a plain text string, or… | scalar | OctetString | .1.3.6.1.4.1.6527.3.1.2.22.5.15 |
| tmnxTacPlusEnableAdminPrivLvl The value of tmnxTacPlusEnableAdminPrivLvl specifies the privilege
level used when sending a TACACS+ ENABLE request.
When the value of tmnxTacPlusAuthorization is 'true… | scalar | Integer32 | .1.3.6.1.4.1.6527.3.1.2.22.5.16 |
| tmnxPasswordHistory The value of tmnxPasswordHistory specifies the number of old passwords
of the user that will be remembered. A new password must not be the
same as any remembered old password.
… | scalar | Unsigned32 | .1.3.6.1.4.1.6527.3.1.2.22.5.17 |
| tmnxPasswordMinChange The value of tmnxPasswordMinChange specifies the minimum number of
characters in the new password that must not be present in the old
password. This is calculated using the Levens… | scalar | Unsigned32 | .1.3.6.1.4.1.6527.3.1.2.22.5.18 |
| tmnxPasswordMinAge The value of tmnxPasswordMinAge specifies the number of seconds
required between two consecutive password changes.
Among other this will prevent the user from flooding … | scalar | Seconds Unsigned32 | .1.3.6.1.4.1.6527.3.1.2.22.5.19 |
| tmnxPasswordAllowUserName The value of tmnxPasswordAllowUserName specifies if the new password
will be allowed if it contains the user name in some form. | scalar | SNMPv2-TCTruthValue | .1.3.6.1.4.1.6527.3.1.2.22.5.20 |
| tmnxPasswordMaxRepeatedChars The value of tmnxPasswordMaxRepeatedChars specifies the maximum number
of times the same character can be used consecutively in the password.
A value of zero (0) indica… | scalar | Unsigned32 | .1.3.6.1.4.1.6527.3.1.2.22.5.21 |
| tmnxPasswordCreditsLowerCase The value of tmnxPasswordCreditsLowerCase specifies the maximum credit
for having lowercase characters in your password. Please see
tmnxPasswordMinLength for an explanation of how… | scalar | Unsigned32 | .1.3.6.1.4.1.6527.3.1.2.22.5.22 |
| tmnxPasswordCreditsUpperCase The value of tmnxPasswordCreditsUpperCase specifies the maximum credit
for having uppercase characters in your password. Please see
tmnxPasswordMinLength for an explanation of how… | scalar | Unsigned32 | .1.3.6.1.4.1.6527.3.1.2.22.5.23 |
| tmnxPasswordCreditsNumeric The value of tmnxPasswordCreditsNumeric specifies the maximum credit
for having digits in your password. Please see tmnxPasswordMinLength
for an explanation of how password credit… | scalar | Unsigned32 | .1.3.6.1.4.1.6527.3.1.2.22.5.24 |
| tmnxPasswordCreditsSpecialChar The value of tmnxPasswordCreditsSpecialChar specifies the maximum
credit for having special characters in your password. Please see
tmnxPasswordMinLength for an explanation of how… | scalar | Unsigned32 | .1.3.6.1.4.1.6527.3.1.2.22.5.25 |
| tmnxPasswordReqLowerCase The value of tmnxPasswordReqLowerCase specifies the minimum number of
lowercase characters that must be present in your password.
A value of zero (0) indicates no lower… | scalar | Unsigned32 | .1.3.6.1.4.1.6527.3.1.2.22.5.26 |
| tmnxPasswordReqUpperCase The value of tmnxPasswordReqUpperCase specifies the minimum number of
uppercase characters that must be present in your password.
A value of zero (0) indicates no upper… | scalar | Unsigned32 | .1.3.6.1.4.1.6527.3.1.2.22.5.27 |
| tmnxPasswordReqNumeric The value of tmnxPasswordReqNumeric specifies the minimum number of
digits that must be present in your password.
A value of zero (0) indicates no digits are required.
… | scalar | Unsigned32 | .1.3.6.1.4.1.6527.3.1.2.22.5.28 |
| tmnxPasswordReqSpecialChar The value of tmnxPasswordReqSpecialChar specifies the minimum number
of special characters that must be present in your password.
A value of zero (0) indicates no digit… | scalar | Unsigned32 | .1.3.6.1.4.1.6527.3.1.2.22.5.29 |
| tmnxPasswordComplexity obsolete tmnxPasswordComplexity was made obsolete in 12.0 revision of Nokia
SROS series system. Password complexity is now configured using the
other fields in tmnxPasswordInfo. | scalar | Bits | .1.3.6.1.4.1.6527.3.1.2.22.5.3 |
| tmnxPasswordReqNumCharClass The value of tmnxPasswordReqNumCharClass specifies the minimum number
of distinct kind of characters (uppercase, lowercase, digit or
special) that must be present in your password… | scalar | Unsigned32 | .1.3.6.1.4.1.6527.3.1.2.22.5.30 |
| tmnxVsdPassword The tmnxVsdPassword is used to configure the password which enables
manual modification of VSD services.
The password can be provided both as a plain text string, or as… | scalar | OctetString | .1.3.6.1.4.1.6527.3.1.2.22.5.31 |
| tmnxPasswordAuthenOrder4 The least preferred method to authenticate and authorize a user. | scalar | TmnxPasswordAuthenOrder | .1.3.6.1.4.1.6527.3.1.2.22.5.32 |
| tmnxPasswordHashing Algorithm used for user password hashing. | scalar | TmnxPassHashType | .1.3.6.1.4.1.6527.3.1.2.22.5.33 |
| tmnxPasswordAttemptsCount The maximum number of unsuccessful login attempts allowed for a user.
The value of tmnxPasswordAttemptsCount is used with the value of
tmnxPasswordAttemptsTime to find out if the … | scalar | Unsigned32 | .1.3.6.1.4.1.6527.3.1.2.22.5.4 |
| tmnxPasswordAttemptsTime This is used in conjunction with tmnxPasswordAttemptsCount to find out
if the user is to be locked out for tmnxPasswordAttemptsLockoutPeriod. | scalar | Minutes Unsigned32 | .1.3.6.1.4.1.6527.3.1.2.22.5.5 |
| tmnxPasswordAttemptsLockoutPeriod The number of minutes the user is locked out if the threshold of
unsuccessful login attempts has exceeded. | scalar | Minutes Unsigned32 | .1.3.6.1.4.1.6527.3.1.2.22.5.6 |
| tmnxPasswordAuthenOrder1 The most preferred method to authenticate and authorize a user. If
this method fails, the next method in the sequence identified by
tmnxPasswordAuthenOrder2 is used. | scalar | TmnxPasswordAuthenOrder | .1.3.6.1.4.1.6527.3.1.2.22.5.7 |
| tmnxPasswordAuthenOrder2 The second method to authenticate and authorize a user. | scalar | TmnxPasswordAuthenOrder | .1.3.6.1.4.1.6527.3.1.2.22.5.8 |
| tmnxPasswordAuthenOrder3 The third preferred method to authenticate and authorize a user. | scalar | TmnxPasswordAuthenOrder | .1.3.6.1.4.1.6527.3.1.2.22.5.9 |