userSecurityPasswordForced
AT-USER-MIB ·
.1.3.6.1.4.1.207.8.4.4.3.20.3.6
Object
scalar Enumeration
This object represents whether or not a user with an expired password should be forced to alter their password at the next log-on. When a user logs on with an expired password the system will either reject the log-on attempt or if allowed to log-on then the user may be forced to update their password immediately depending on this setting. This functionality is only valid for administrative users. The default value is disabled.
Context
- MIB
- AT-USER-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.3.20.3.6- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- userSecurityPasswordRules
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AT-USER-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-USER-MIB::userSecurityPasswordForced.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-USER-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-USER-MIB::userSecurityPasswordForced'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | disabled |