spring-ldap
spring-ldap copied to clipboard
Spring LDAP
Instead of using a String, can you code this to use a CharSequence? This would facilitate usage of classes like org.owasp.passfault.SecureString for these fields.
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...
The URL in in the eradme.me for the spring-ldap-odm-sample appears to be incorrect. It states in the file to: navigate to http://localhost:8080/spring-ldap-plain-sample The appropriate URL would appear to be: http://localhost:8080/spring-ldap-odm-sample
This will help us detect problems like #380 earlier
I'm trying to use LdapQueryBuilder to create a complex query. I'd like to both apply a Filter string as well as do a fluent search. However, the way the API...
Some attributes might be fetched from the ldap directory read only, which we don´t want to write out again, like the whenCreated is readonly but cannot be annotated because an...
Hi, This is more of a "request for information" issue than a bug. I am using the latest version of spring ldap. I want to write an integration test using...
We are experimenting replacing our spring-ldap 1.3 with 2.0. The context source gets wrapped because another file has tx:annotation-driven And it turns out that the new context source does not...
Hi, how can i configure LDAPS with spring? i can't set the truststore..
it will be nice to have a 'in' or 'anyOf' filter criteria which is basically: (| (...K1...) (...K2...))