spring-ldap
spring-ldap copied to clipboard
Spring LDAP
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.12.0 to 5.12.1. Release notes Sourced from org.junit:junit-bom's releases. JUnit 5.12.1 = Platform 1.12.1 + Jupiter 5.12.1 + Vintage 5.12.1 See Release Notes. Full Changelog: https://github.com/junit-team/junit5/compare/r5.12.0...r5.12.1 Commits...
Implement proximity filter to allow to create criteria queries like `where("cn").proximity("John")` resulting in a filter like `(cn~=John)`
Hey, is there any easy way to listen for changes on `objectClass = group` for example ? The idea is that, for example, if the `memberIds` in a group changes...
Minor typo fixes in comments. Changed files: - core/src/main/java/org/springframework/ldap/odm/typeconversion/impl/ConverterManagerImpl.java - test/integration-tests/src/test/java/org/apache/directory/server/core/avltree/ArrayMarshaller.java This change does not include functional changes.
Currently, we are using JDK8, which cannot be directly upgraded to 6.X. Will CVE-2024-38828 be fixed in 5.3.X?
- [x] #1004 - [ ] #1005 - [x] #633 - [ ] #423 - [ ] https://github.com/spring-projects/spring-ldap/issues/635
It would be nice if more of the underlying configuration settings were exposed for UnboundID's `InMemoryDirectoryServerConfig`. Specifically, it would be nice to add a custom operation interceptor so that test...
Hi I'm creating simple user managment system with spring web-mvc + spring-ldap. Luckily the sample project is available ( https://github.com/spring-projects/spring-ldap/tree/master/samples/user-admin ) for my task. It references spring-ldap.xml in web.xml But...
Hi All, I am not sure if it is a bug or a user error, that's why I am posting here. I have found a "problem" with Spring Ldap, and,...