emqx/apps/emqx_ldap
firest 6085442958 fix(ldap): expose request_timeout to prevent infinite hang 2023-08-24 16:50:38 +08:00
..
src fix(ldap): expose request_timeout to prevent infinite hang 2023-08-24 16:50:38 +08:00
test Merge pull request #11486 from lafirest/fix/ldap_autn_wrong_pw 2023-08-22 18:53:17 +08:00
.gitignore fix(ldap): fix newline error && correcting files header 2023-08-02 10:07:27 +08:00
BSL.txt feat(ldap): add LDAP connector 2023-08-01 18:49:54 +08:00
README.md feat(ldap): add LDAP connector 2023-08-01 18:49:54 +08:00
docker-ct feat(ldap): set test env and add test suites 2023-08-01 18:49:54 +08:00
rebar.config feat(ldap-authz): integrate the LDAP authorization 2023-08-04 18:14:01 +08:00

README.md

LDAP Connector

This application houses the LDAP connector. It provides the APIs to connect to the LDAP service.

It is used by the emqx_authz and emqx_authn applications to check user permissions.

Contributing

Please see our contributing.md.

License

See APL.