Spring Boot LDAP transactions
I’m trying to enable transaction for LDAP repositories. I found this https://docs.spring.io/spring-ldap/reference/transaction-support.html documentation, but it only describes how to enable it with a beans.xml file. In spring boot you usually don’t have that and I can’t figure out how to do this programmatically in a @Configuration annotated class.
Paginate results from LDAP template search using ldapquery builder in spring boot
I want to paginate results of a LDAP template search like 20 results at a time, since I have a lot of users in our ldap. Here is my API method