The com.google.guava library is upgraded to version 32.0.1-jre to address reported security vulnerabilities.
LDAP Connector Release Notes - Mule 4
Support Category: Select
Anypoint Connector for Lightweight Directory Access Protocol (LDAP) is an open, vendor-neutral, industry standard application protocol for accessing and maintaining distributed directory information services over an Internet Protocol (IP) network. The LDAP connector allows Mule applications to interact with LDAP servers.
3.6.0
September 25, 2024
What’s New
-
LDAP Connector now returns
LDAP:SECURITY
error when attempting to establish an insecure connection (Basic Authentication configuration) in environments that require FIPS 140-2 compliance (mule.security.model=fips140-2). For sources or connection tests prior to deployment, an associatedLDAPException
message is thrown, ensuring LDAP connections meet advanced security requirements in regulated environments​.
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
OpenJDK |
8, 11, and 17 |
LDAP |
v3 |
OpenLDAP |
2.4.x |
3.5.6
January 26, 2024
What’s New
-
This connector is now compatible with Java 17.
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
OpenJDK |
8, 11, and 17 |
LDAP |
v3 |
OpenLDAP |
2.4.x |
3.5.5
October 17, 2023
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Java |
1.8 |
OpenJDK |
8 and 11 |
LDAP |
v3 |
OpenLDAP |
2.4.x |
Fixed Issues
Issue Resolution | ID |
---|---|
W-13844853 |
3.5.4
April 18, 2023
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Java |
1.8 |
OpenJDK |
8 and 11 |
LDAP |
v3 |
OpenLDAP |
2.4.x |
Fixed Issues
Issue Resolution | ID |
---|---|
The connector now handles pagination from the LDAP server. |
W-12980985 |
3.5.3
April 6, 2023
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Java |
1.8 |
OpenJDK |
8 and 11 |
LDAP |
v3 |
OpenLDAP |
2.4.x |
Fixed Issues
Issue Resolution | ID |
---|---|
The trust store custom configuration no longer overrides the default JVM trust store. |
W-12282743 |
3.5.2
February 13, 2023
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Java |
1.8 |
OpenJDK |
8 and 11 |
LDAP |
v3 |
OpenLDAP |
2.4.x |
Fixed Issues
Issue Resolution | ID |
---|---|
The Paged Result Search operation no longer throws an NPE when the operation uses |
W-12233513 |
3.5.1
November 22, 2022
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Java |
1.8 |
OpenJDK |
8 and 11 |
LDAP |
v3 |
OpenLDAP |
2.4.x |
Fixed Issues
Issue | ID |
---|---|
The Search operation no longer throws an NPE when the operation uses Page Size with SSL connections. |
W-11987427 |
3.5.0
March 14, 2022
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Java |
1.8 |
OpenJDK |
8 and 11 |
LDAP |
v3 |
OpenLDAP |
2.4.x |
What’s New
-
You can now configure a custom truststore for SSL and TLS configurations by using the new Custom Truststore Path and Custom Truststore Password fields.
For information about using these new fields, see the LDAP Connector Reference.
Fixed Issues
Issue | ID |
---|---|
You can now configure a custom truststore with the connector. |
SE-24432 |
3.4.2
January 25, 2022
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Java |
1.8 |
OpenJDK |
8 and 11 |
LDAP |
v3 |
OpenLDAP |
2.4.x |
Fixed Issues
Issue | ID |
---|---|
The connector did not pick up the Truststore when a resource related path is provided. |
SE-24211 |
3.4.1
December 2, 2021
Compatibility
Application/Service | Version |
---|---|
Mule |
4.1.1 and later |
Java |
1.8 |
OpenJDK |
8 and 11 |
LDAP |
v3 |
OpenLDAP |
2.4.x |
Fixed Issues
Issue | ID |
---|---|
The Search operation now returns results that contain attributes with no values. |
SE-23679 |