spring-projects / spring-ldap

Spring LDAP
https://spring.io/spring-ldap
Apache License 2.0
342 stars 481 forks source link

Look into alternative Embedded LDAP solutions #386

Open rwinch opened 8 years ago

rwinch commented 8 years ago

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

eddumelendez commented 8 years ago

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 commented 8 years ago

@rwinch PR submitted