merge
This commit is contained in:
parent
4a8d194582
commit
c7878b8b75
|
@ -1,23 +1,12 @@
|
||||||
{application, emqttd_auth_ldap,
|
{application, emqttd_auth_ldap,
|
||||||
[
|
[
|
||||||
<<<<<<< HEAD
|
|
||||||
{description, "emqttd LDA Authentication Plugin"},
|
{description, "emqttd LDA Authentication Plugin"},
|
||||||
{vsn, "1.0"},
|
{vsn, "1.0"},
|
||||||
=======
|
|
||||||
{description, ""},
|
|
||||||
{vsn, "1"},
|
|
||||||
>>>>>>> c6e92388798302ae3b44286f444505d1c385aba7
|
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications, [
|
{applications, [
|
||||||
kernel,
|
kernel,
|
||||||
stdlib
|
stdlib
|
||||||
]},
|
]},
|
||||||
<<<<<<< HEAD
|
|
||||||
{mod, { emqttd_auth_ldap_app, []}},
|
{mod, { emqttd_auth_ldap_app, []}},
|
||||||
{env, []}
|
{env, []}
|
||||||
]}.
|
]}.
|
||||||
=======
|
|
||||||
{mod, { emqttd_auth_ldap_app, []}},
|
|
||||||
{env, []}
|
|
||||||
]}.
|
|
||||||
>>>>>>> c6e92388798302ae3b44286f444505d1c385aba7
|
|
||||||
|
|
Loading…
Reference in New Issue