spring-ldap
spring-ldap copied to clipboard
Spring LDAP
If we can't modify the API in anyway, we can still do the fix inline. It is wasteful not being able to reuse other parts that pull the metadata, but...
had to make some minor API adjustments but kept the old API for backward compatibility
to the latest. Also added PDF generation.
We are experiencing an issue that appears to be related to the threading/pooling in versions after 2.0.1. We have 2 ldap sources (one is an ldap provider that holds 5000...
Currently we have XML configurations, that not has compile check, autocomplete and other many develop sugar that has code. I think it will be good think to start to moving...
If you want to use a custom truststore, eg. with just the root CA certificate of the server, you have to do: * implement a custom `SSLSocketFactory` * implement a...
Does spring-ldap has client side load balancing features? If does, how to config? If not, will it be implement in the future? And if I want to add client side...
In order to more easily support custom TLS configuration provide an `SSLSocketFactoryFactoryBean` that takes * a truststore location * a truststore type * a truststore passphrase * a keystrore location,...
[Sascha Szott](https://jira.spring.io/secure/ViewProfile.jspa?name=szott) (Migrated from [LDAP-319](https://jira.spring.io/browse/LDAP-319?redirect=false)) said: So far Spring LDAP does not support pagination in conjunction with `LdapRepository` (and its concrete subclasses). This makes it hard to use `findAll` in...
I am using Spring-Ldap's LdapTemplate to create the connection between client and the LDAP server providing the custom socket factory with the key-manager which includes client-certificate and trust-store which includes...