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

Migrated from [LDAP-298](https://jira.spring.io/browse/LDAP-298?redirect=false)

Migrated from [LDAP-297](https://jira.spring.io/browse/LDAP-297?redirect=false)

[Michael Osipov](https://jira.spring.io/secure/ViewProfile.jspa?name=michael-o) (Migrated from [LDAP-322](https://jira.spring.io/browse/LDAP-322?redirect=false)) said: `LdapQueryBuilder` does not support rule OID attribute filters. For more details about rule OIDs, look here: https://msdn.microsoft.com/en-us/library/aa746475%28v=vs.85%29.aspx The current alternative is to construct the...

It is possible to use multiple databases with spring data with jpa. I would like the same ability with spring ldap (ldaptemplate) and multiple ldap directories.

I am attempting to use the user-admin sample project provided. For my specific use case I am needing to be able to create a hierarchical tree of objects, which it...

Currently for mapping LDAP entries to ODM annotated classes the `objectclass` field on the annotation `@Entry` is evaluated. The mapping considers only LDAP entries having the given class explicitly set...

How can set ldaps config? With ldap no ssl all work; but i'm not understand how can config ldap for ssl. No ssl i have in my beans.xml - -...

Caused by: java.lang.ClassNotFoundException: org.springframework.beans.factory.config.EmbeddedValueResolver at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50) at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239) at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:430) at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:383) ... 49 more

Setting “value” has no effect, when I set the value like @DnAttribute(value = "ou", index = 3) this is not index by "ou" attribute.It works the whole "dn"

until spring-data-commons version change to **1.13.6.RELEASE**,this problem is OK!