LDAP Module
LdapModule
provides a services for connecting to
LDAP directories. It provides a domain model for
configuring LDAP connections and integrating them with an
authentication layer. If UserModule
is also present support for synchronizing users and groups from LDAP
will also be active.
Artifacts
The LdapModule dependency is present in Across Platform.
<dependency>
<groupId>com.foreach.across.modules</groupId>
<artifactId>ldap-module</artifactId>
</dependency>