emqx/apps/emqx_ldap
zhongwencool e7d07ea17c feat: add resource_type to emqx_resource behaviour 2024-07-23 18:24:28 +08:00
..
src feat: add resource_type to emqx_resource behaviour 2024-07-23 18:24:28 +08:00
test feat: add resource_type to emqx_resource behaviour 2024-07-23 18:24:28 +08:00
.gitignore fix(ldap): fix newline error && correcting files header 2023-08-02 10:07:27 +08:00
README.md chore(auth): split emqx_authn and emqx_authz apps 2023-10-05 13:41:50 +03:00
docker-ct feat(ldap): set test env and add test suites 2023-08-01 18:49:54 +08:00
mix.exs chore: preparing to run common tests / eunit with mix 2024-07-02 09:45:45 -03:00
rebar.config style: erlfmt all `rebar.config` files and `bin/nodetool` 2023-12-29 09:08:03 +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_auth application to check user permissions.

Contributing

Please see our contributing.md.

License

See APL.