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.
Connector version | Supported WSO2 ESB/EI version |
---|---|
1.0.13 | EI 6.6.0, EI 7.x, MI 4.x.x |
1.0.12 | EI 6.4.0, EI 7.x |
1.0.11 | EI 7.x |
1.0.10 | EI 6.4.0, EI 6.5.0 |
1.0.9 | ESB 4.9.0, EI 6.5.0 |
1.0.8 | EI 6.5.0 |
1.0.7 | ESB 4.9.0, ESB 5.0.0, EI 6.1.1, EI 6.2.0, EI 6.3.0, EI 6.4.0 |
1.0.6 | ESB 4.9.0, ESB 5.0.0, EI 6.1.1, EI 6.2.0 |
1.0.5 | ESB 4.9.0, ESB 5.0.0, EI 6.1.1 |
1.0.4 | ESB 4.9.0, ESB 5.0.0, EI 6.1.1 |
- Download the connector from the WSO2 Store by clicking the Download Connector button.
- Then you can follow this Documentation to add and enable the connector via the Management Console in your EI instance.
- For more information on using connectors and their operations in your EI configurations, see Using a Connector.
- If you want to work with connectors via EI tooling, see Working with Connectors via Tooling.
To get started with LDAP connector and their operations, see Configuring LDAP Operations.
Follow the steps given below to build the LDAP connector from the source code:
- Get a clone or download the source from Github.
- Run the following Maven command from the
esb-connector-ldap
directory:mvn clean install
. - The LDAP connector zip file is created in the
esb-connector-ldap/target
directory
As an open source project, WSO2 extensions welcome contributions from the community. Check the issue tracker for open issues that interest you. We look forward to receiving your contributions.