UnboundID LDAP SDK for Java is a Java-based API for interacting with LDAP directory servers and performing other LDAP-related processing. The project has just released version 6.0.11, which includes the following changes:
- This is the last version of the LDAP SDK that will support Java 7; future releases will only support Java 8 and higher
- Updated ldapsearch and ldapmodify to provide better validation for the –proxyAs argument
- Updated the Filter class to allow empty strings as an alternative to null values when creating substring filters that don’t contain all component types
- Improved the logic used to pare entries to a specified set of attributes to better handle attribute descriptions with illegal characters
- Updated TimestampArgument to support timestamps in the ISO 8601 format described in RFC 3339
- Added a JSONBuffer.appendField method
- Added enums for dealing with data sizes using either binary (1024-based) or decimal (1000-based) multipliers
- Added client-side support for post-LDIF-export task processors in the Ping Identity Directory Server