Products | Versions |
---|---|
TIBCO Enterprise Message Service | - |
Not Applicable | - |
Resolution:
EMS .NET uses default the protocolVersion (2) for ldap connection. So you need to change the OpenLDAP to
EMS .NET uses default the protocolVersion (2) for ldap connection. So you need to change the OpenLDAP to allow protocol version 2 binding. Add "allow bind_v2" to your slapd.conf and retart the LDAP server (openLDAP) to allow the clients using protocol version 2 to bind.
If we don't allow protocol version 2 in the LDAP server, the client will get the following exception.
"TIBCO.EMS.NamingException: Bind failed: A protocol error occurred."