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

Hello, I'm encountering a problem with @Entry's base attribute for Active Directory groups and ODM : `@Entry(objectClasses = {"top", "group"}, base = "OU=***,OU=***,DC=***,DC=***")` `nested exception is javax.naming.NameNotFoundException: [LDAP: error code...

in: core

I have a Spring Boot 2.0.6 application with spring-data-ldap 2.0.9.RELEASE, and I always get an `java.lang.ClassCastException: java.naming/com.sun.jndi.ldap.LdapCtx cannot be cast to org.springframework.ldap.core.DirContextOperations` exception when trying to retrieve all the distinguishedNames...

status: waiting-for-feedback
in: core

[Demétrius Jubé](https://jira.spring.io/secure/ViewProfile.jspa?name=demetriusjube) (Migrated from [LDAP-305](https://jira.spring.io/browse/LDAP-305?redirect=false)) said: I was trying do use some inheritance when using ODM. Looking in the Internet, I found out this thread: http://forum.spring.io/forum/spring-projects/data/ldap/129952-permit-odm-to-allow-inheritance But I could not...

type: enhancement
in: core

`PooledContextSource` cannot be restored after checkpoint since the `GenericKeyedObjectPool` no longer functions once it is closed. One way to address this would be to enhance Apache Commons Pool so that...

type: enhancement
in: core

java 1.8 spring boot: 2.0.3.RELEASE spring-ldap-core: 2.3.2.RELEASE When I use DirSync cookie for control response in one request, it seems that all other requests called using this ContextSource start using...

Hi I'm missing the following methods from the LdapOperations interface and the corresponding LdapTemplate implementations: List search(LdapQuery query, AttributesMapper mapper, DirContextProcessor processor); List search(LdapQuery query, ContextMapper mapper, DirContextProcessor processor); void...

I have an object with operational attribute _nsAccountLock_ that allow to lock account in LDAP. ``` @Entry public class User { //other attributes definition @Attribute(name = "nsAccountLock") private boolean nsAccountLock;...

Hi I have Group ODM class as below: ` @Entry(objectClasses = { "group", "top" }, base = "OU=group") public final class ADGroup implements Serializable { private static final long serialVersionUID...

After [replacing `spring-io-plugin` with `dependency-management-plugin`](https://github.com/spring-projects/spring-ldap/commit/0cd801379dd9d64bf34dee08f35780a594f8f772) the `checkFormatMain` task started complaining about classes in `core/build/generated/javacc`

type: task