What is the LDAP version is being used by .NET EMS clientsand how to enable that in the OpenLDAP server?

What is the LDAP version is being used by .NET EMS clientsand how to enable that in the OpenLDAP server?

book

Article ID: KB0092149

calendar_today

Updated On:

Products Versions
TIBCO Enterprise Message Service -
Not Applicable -

Description

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."

Issue/Introduction

What is the LDAP version is being used by .NET EMS clientsand how to enable that in the OpenLDAP server?