spring-ldap icon indicating copy to clipboard operation
spring-ldap copied to clipboard

Look into alternative Embedded LDAP solutions

Open rwinch opened this issue 9 years ago • 2 comments
trafficstars

ApacheDS struggles with passivity. For example, updating to a point release should not cause non-passive changes as demonstrated in #30

Furthermore, Support has been dropped for ApacheDS 1.x, but Apache DS is still in milestone. While there have been many releases of ApacheDS 2.x, it has been in milestone for nearly 5 years (since June of 2011).

We should look into alternative embedded LDAP instances.

A few resources from StackOverflow

  • http://www.opends.org/
  • http://www.unboundid.com/products/ldap-sdk/
  • http://ff1959.wordpress.com/2011/11/01/ldap-in-memory-directory-server-using-unboundid-ldap-sdk/

rwinch avatar Mar 04 '16 15:03 rwinch

Currently, I am working on this. Got some troubles running tests in spring-ldap-test-unboundid. If anyone want to help please check this commit https://github.com/eddumelendez/spring-ldap/commit/4e98ecefc6c2a82110d07a14608686212143bf2c

eddumelendez avatar Mar 28 '16 15:03 eddumelendez

@rwinch PR submitted

eddumelendez avatar Apr 12 '16 11:04 eddumelendez