-
Notifications
You must be signed in to change notification settings - Fork 484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
findAll() ignoring base attribute from @Entry #31
Comments
Also seeing this on any find methods |
I am also seeing this. Has this really been open for over a year? It seems like a fairly major bug in Spring LDAP that should be more clearly documented if it can't be fixed more easily. Should |
@lewisheadden I've fixed this at https://github.com/bhuism/spring-ldap. |
I'm also observing this behaviour. Any chance to get this fixed? |
I issued a pull request to fix this issue with |
Ok, if the API can't be changed for the foreseeable future, here is at least a fix so that the correct search is performed. |
Any idea when the pull request will be accepted ? |
Will #470 ever get merged? If not, what would the recommended way of getting around the issue? |
@lewisheadden, I don't think so. Ultimately,
This could work, though it seems to me that this work is already done in I'm inclined to introduce something that allows |
Any idea when the pull request will be accepted ? |
SimpleLdaprepository's findAll() wich in turn calls
Seems to ignore any base set in the @entry class
Wich results in that the base attribute in the @entity doens't work for LdapRepositorys findAll() method.
The text was updated successfully, but these errors were encountered: