userSecurityPasswordReject
AT-USER-MIB ·
.1.3.6.1.4.1.207.8.4.4.3.20.3.7
Object
scalar Enumeration
This object represents whether or not a user log-on attempt with an expired password will be rejected. If they are not rejected then the user will be allowed to log-on. They may have to alter their password immediately based on the forced setting. This functionality is only valid for administrative users. The passwords of non-administrative users will never expire. The default value is disabled.
Context
- MIB
- AT-USER-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.3.20.3.7- 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::userSecurityPasswordReject.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::userSecurityPasswordReject'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | disabled |