|
|
hace 10 años | |
|---|---|---|
| .. | ||
| etc | 2f5d0306d3 ldap plugin | hace 10 años |
| src | 2f5d0306d3 ldap plugin | hace 10 años |
| .placeholder | 87eaba55c7 add plugins | hace 11 años |
| README.md | 2f5d0306d3 ldap plugin | hace 10 años |
Authentication with LDAP.
{emqttd_auth_ldap, [
{servers, ["localhost"]},
{port, 389},
{timeout, 30},
{user_dn, "uid=$u,ou=People,dc=example,dc=com"},
{ssl, fasle},
{sslopts, [
{"certfile", "ssl.crt"},
{"keyfile", "ssl.key"}]}
]}
Merge the'etc/plugin.config' to emqttd/etc/plugins.config, and the plugin will be loaded automatically.