ldapBindingMethod
CME-MIB ·
.1.3.6.1.4.1.2.3.51.2.4.9.3.6.10
Object
scalar mandatory
r/w
Enumeration
On initial binds to the LDAP server during user authentication, there are two options: Client authentication: Bind attempt is made with client DN and password specified by this configuration parameter. If the bind is successful, we proceed as above. User Principal Name (UPN): Bind attempt is made directly with the credentials used during the login process. If this succeeds, the user is deemed to have passed the user authentication phase. Note that for Active Directory servers, the userid can have the form someuser@somedomain or simply someuser.
Context
- MIB
- CME-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.4.9.3.6.10- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- ldapClientCfg
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 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::ldapBindingMethod.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CME-MIB::ldapBindingMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | clientAuthentication |
2 | userPrincipalName |