emqx_auth_ldap.app.src 494 B

1234567891011121314
  1. {application, emqx_auth_ldap,
  2. [{description, "EMQ X Authentication/ACL with LDAP"},
  3. {vsn, "4.3.3"}, % strict semver, bump manually!
  4. {modules, []},
  5. {registered, [emqx_auth_ldap_sup]},
  6. {applications, [kernel,stdlib,eldap2,ecpool]},
  7. {mod, {emqx_auth_ldap_app,[]}},
  8. {env, []},
  9. {licenses, ["Apache-2.0"]},
  10. {maintainers, ["EMQ X Team <contact@emqx.io>"]},
  11. {links, [{"Homepage", "https://emqx.io/"},
  12. {"Github", "https://github.com/emqx/emqx-auth-ldap"}
  13. ]}
  14. ]}.