LDAP Connector Overview¶
The LDAP connector allows you to connect to any LDAP server through a simple web services interface and perform CRUD (Create, Read, Update, Delete) operations on LDAP entries. This connector uses the JAVA JNDI APIs to connect to a required LDAP server.
To see the available LDAP connector, navigate to the connector store and search for "LDAP".
Compatibility¶
Connector version | Supported product versions |
---|---|
1.0.11 | APIM 4.0.0, EI 7.1.0, EI 7.0.x, EI 6.6.0, EI 6.5.0, EI 6.4.0 |
For older versions, see the details in the connector store.
LDAP Connector documentation¶
-
Setting up an LDAP Server: This involves setting up an LDAP server.
-
LDAP Connector Example: This example demonstrates on how to use the LDAP connector to create and read LDAP entries on a student directory.
-
LDAP Connector Reference: This documentation provides a reference guide for the LDAP Connector.
How to contribute¶
As an open source project, ESB extensions welcome contributions from the community.
To contribute to the code for this connector, please create a pull request in the following repository.
Check the issue tracker for open issues that interest you. We look forward to receiving your contributions.
Top