Feng Lee e93f4cf077 misc fix před 10 roky
..
etc 2f5d0306d3 ldap plugin před 10 roky
src e93f4cf077 misc fix před 10 roky
.placeholder 87eaba55c7 add plugins před 11 roky
README.md e93f4cf077 misc fix před 10 roky

README.md

Overview

Authentication with LDAP.

Plugin Config

 {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"}]}
 ]}

Load Plugin

Merge the'etc/plugin.config' to emqttd/etc/plugins.config, and the plugin will be loaded automatically.