Spring Projects Issues
Spring Projects Issues
Migrated from [SES-176](https://jira.spring.io/browse/SES-176)
[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...
[Pavel Horal](https://jira.spring.io/secure/ViewProfile.jspa?name=pavel.horal) (Migrated from [LDAP-287](https://jira.spring.io/browse/LDAP-287?redirect=false)) said: Oracle's `com.sun.jndi.ldap.LdapCtx` (OracleJDK and OpenJDK) is converting all string based names to `CompositeName`. This means that it will get special handling for forward slashes...
[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...
["Ulrik Sandberg":https://jira.spring.io/secure/ViewProfile.jspa?name=ulsa](Migrated from ["LDAP-56":https://jira.spring.io/browse/LDAP-56?redirect=false]) said: The Bamboo server currently runs unit tests and integration tests at every checkin. However, there are a few integration tests that require a directory server...
[Franjo Žilić](https://jira.spring.io/secure/ViewProfile.jspa?name=frenky666) (Migrated from [LDAP-307](https://jira.spring.io/browse/LDAP-307?redirect=false)) said: When adding custom LDAP schemas to the ldifFile attribute for embedded server there is no way to enable built in schemas that are not...
[Harel](https://jira.spring.io/secure/ViewProfile.jspa?name=aharonyh) (Migrated from [LDAP-313](https://jira.spring.io/browse/LDAP-313?redirect=false)) said: Sometimes, applications need to create new entries (of the same type) in different locations. However, the DefaultObjectDirectoryMapper.getCalculatedId(Object entry) method relies on the DnAttribute annotations to...
[Torsten Werner](https://jira.spring.io/secure/ViewProfile.jspa?name=bollin) (Migrated from [LDAP-303](https://jira.spring.io/browse/LDAP-303?redirect=false)) said: I have a class with annotation @Entry(objectClasses = {"top"}) but several ldap nodes have only the objectClass=inetOrgPerson which is correct because inetOrgPerson inherits from...
[Sudha Payala](https://jira.spring.io/secure/ViewProfile.jspa?name=sudha) (Migrated from [LDAP-289](https://jira.spring.io/browse/LDAP-289?redirect=false)) said: I have a scenario where i need to use Both Bind dn and base dn to get some information fom ldap, Can you please...
[Matthew Copeland](https://jira.spring.io/secure/ViewProfile.jspa?name=matthewc) (Migrated from [LDAP-286](https://jira.spring.io/browse/LDAP-286?redirect=false)) said: UnboundId LDAP supports async searches against the directory. When looking in the spring-ldap documentation, I didn't see anything talking about performing async searches. (Did...