| 1234567891011121314 |
- {application, emqx_auth_ldap,
- [{description, "EMQ X Authentication/ACL with LDAP"},
- {vsn, "4.3.3"}, % strict semver, bump manually!
- {modules, []},
- {registered, [emqx_auth_ldap_sup]},
- {applications, [kernel,stdlib,eldap2,ecpool]},
- {mod, {emqx_auth_ldap_app,[]}},
- {env, []},
- {licenses, ["Apache-2.0"]},
- {maintainers, ["EMQ X Team <contact@emqx.io>"]},
- {links, [{"Homepage", "https://emqx.io/"},
- {"Github", "https://github.com/emqx/emqx-auth-ldap"}
- ]}
- ]}.
|