User Guide

To make use of this library you must run at least Java 8.

This site will guide you through the components of this library:

  1. ActiveDirectoryDnsLocator: the main component itself for locating HostPost objects with the ease of a builder.
  2. ActiveDirectoryLdapDnsProvider: an implementation for the LdapDnsProvider which wraps the locator from above and plugs into the JNDI/LDAP Service Provider.

Before using this library, make sure that the artifact is in the class path of your application or servlet container, e.g., your Tomcat instance, i.e., in $CATALINA_BASE/lib or $CATALINA_HOME/lib.