In my previous blog, I wrote on connecting a Java application to an LDAP server and performing your typical operations from fetching, searching, inserting and deleting users. Manipulating an LDAP Server using Java
In this article I’ll show you how to connect a Java application to an LDAP server and perform your typical operations…bojithapiyathilake.medium.com When we add thousands of users to an LDAP server such as ApacheDS, you will notice that it gets considerably slower when getting…