We are connecting to an LDAP (OpenLDAP) service from a Java (Spring Boot) application. We are having issues with TLS and with memory usage. Background We are using the Apache Directory LDAP API (v2) …
Advertisement
Tag: openldap
spring-ldap auto fetch operational fields
Gooday, Were working on a tool that lets users change there password (generated). And I’m walking in to a litle problem where using Spring Ldap (2.1.0.RELEASE). Now we want to set some of the operational attributes. This is the code I use: Now as long the operational attribute pwdReset is never set this bit of code works fine. But if
Advertisement