This is a basic LDAP authentication module that verifies usernames and passwords using an LDAP directory.
The module name is vertx-ldapauth
.
This busmod takes the following configuration:
{
"server": ldap.example.com,
"port": 636,
...
...
}