chore(ldap-authz): update apps version && changes

This commit is contained in:
firest 2023-08-04 15:05:08 +08:00
parent 0571fd8cac
commit b24a9d5343
3 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{application, emqx, [ {application, emqx, [
{id, "emqx"}, {id, "emqx"},
{description, "EMQX Core"}, {description, "EMQX Core"},
{vsn, "5.1.4"}, {vsn, "5.1.5"},
{modules, []}, {modules, []},
{registered, []}, {registered, []},
{applications, [ {applications, [

View File

@ -1,7 +1,7 @@
%% -*- mode: erlang -*- %% -*- mode: erlang -*-
{application, emqx_authz, [ {application, emqx_authz, [
{description, "An OTP application"}, {description, "An OTP application"},
{vsn, "0.1.24"}, {vsn, "0.1.25"},
{registered, []}, {registered, []},
{mod, {emqx_authz_app, []}}, {mod, {emqx_authz_app, []}},
{applications, [ {applications, [

View File

@ -0,0 +1 @@
Integrated LDAP as a authorization source.