All MIBs › BLADE-MIB › ldapBindingMethod
ldapBindingMethod
Module: BLADE-MIB
OID (symbolic): BLADE-MIB::ldapBindingMethod
OID (numeric): 1.3.6.1.4.1.2.3.51.2.4.9.3.6.10
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: On initial binds to the LDAP server during user authentication, there are three options: Anonymous authentication: Bind attempt is made without a client DN or password. If the bind is successful, a search will be requested in order to find an entry on the LDAP server for the user attempting to login. If an entry is found, a second attempt to bind will be attempted, this time with the user's DN and password. If this succeeds, the user is deemed to have passed the user authentication phase. Group authentication is then attempted if it is enabled. 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. Strict UPN: This is the same as UPN above, except that the userid must have the form someuser@somedomain. The string entered by the user will be parsed for the @ symbol.
What is ldapBindingMethod?
Selects how the management module performs its initial bind to the LDAP server during authentication: anonymous bind followed by a search and a second bind with the user's own credentials; client authentication using a fixed configured DN and password; User Principal Name (UPN), binding directly with the login credentials; or Strict UPN, which additionally requires the login to be in the form user@domain.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.4.9.3.6.10 snmpwalk -v2c -c public <target> BLADE-MIB::ldapBindingMethod
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.4.9.3.6.10.1 snmpget -v2c -c public <target> BLADE-MIB::ldapBindingMethod.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.2.3.51.2.4.9.3.6.10.1 i <value>
Start monitoring IBM BladeCenter Management Module (MM) (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the BLADE-MIB::ldapBindingMethod OID value, configure state conditions and alerts, and monitor any IBM BladeCenter Management Module (MM) (legacy) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2 | ibm | BLADE-MIB |
| 1.3.6.1.4.1.2.3 | ibmAgents | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51 | netfinitySupportProcessorAgent | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2 | bladeCenterSnmpMIB | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4 | configureSP | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.9 | networkConfiguration | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.9.3 | tcpProtocols | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.9.3.6 | ldapClientCfg | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.4.9.3.6.10 | ldapBindingMethod | BLADE-MIB |