Feng Lee 2f5d0306d3 ldap plugin 10 лет назад
..
etc 2f5d0306d3 ldap plugin 10 лет назад
src 2f5d0306d3 ldap plugin 10 лет назад
.placeholder 87eaba55c7 add plugins 11 лет назад
README.md 2f5d0306d3 ldap plugin 10 лет назад

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.