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:
ActiveDirectoryDnsLocator
: the main component itself for locatingHostPost
objects with the ease of a builder.ActiveDirectoryLdapDnsProvider
: an implementation for theLdapDnsProvider
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
.