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

Spring LDAP

Results 124 spring-ldap issues
Sort by recently updated
recently updated
newest added
trafficstars

I am attempting to upgrade from 2.0.4 to 2.3.1 and I am having some difficulties. I have added the latest spring-data-commons (Ingalls) and spring-data-ldap (1.0.0). It all seems to compile...

If `GenericConversionService` was loaded by `WebappClassLoader` and thread context classloader is, for example, `activemq-osgi` classloader, then ClassCastException will be thrown in https://github.com/spring-projects/spring-ldap/blob/master/core/src/main/java/org/springframework/ldap/odm/typeconversion/impl/ConversionServiceConverterManager.java#L45

Hi, Requesting feature to support GSS-API based authentication in Spring LDAP.

I'm trying to run sample user-admin in the tag 2.3.1.RELEASE, but get the error as below: user-admin $ gradle jettyRun A problem occurred evaluating root project 'user-admin'. > Could not...

Hi I used the Ldap lib, in tomcat it's run ok.but in jboss7.1.1.final,get the below error: 11:35:28,079 INFO [stdout] (http-localhost-127.0.0.1-8071-1) org.springframework.ldap.PartialResultException: nested exception is javax.naming.PartialResultException [ Root exception is javax.naming.NotContextException:...

I have a use case where I need to pass a DN into a method which then creates all entries for the RDNs which are not yet available. Example I'd...

This one is not a bug report but rather an ux request. When I started building a method which required me to create new LdapName objects I couldn't tell whether...

I'm attempting to rename an entry as part of the LdapTemplate.update() call. That method includes support for this: it checks if the ID has changed, and will call an unbind()...

Even with ODM there is no built-in conversion from the String representation of date values from LDAP to native Date types (see #167). Please support a conversion from `String` to...

to enable the startTLS to close the session. One may want to use a org.springframework.ldap.core.support.AbstractTlsDirContextAuthenticationStrategy as authenticationStrategy, and set its shutdownTlsGracefully flag to true. Now, calling authenticationStrategy.processContextAfterCreation from doGetContext should...