LDAP connection in Java This article is an example java class connecting to an LDAP server. You are free to use the code in this article as you see fit. Tags java ldap active directory Read more about LDAP connection in Java
LDAP Search and Pagination in java This article shows an example Java class connecting to active directory and paginating the result. This was the solution use to get passed a rule placed in our active directory sever limiting the result retrieved to a thousand record. Tags java ldap active directory Read more about LDAP Search and Pagination in java