From 33ff5d5588bfe535428f1567bd488d4a95e7e76f Mon Sep 17 00:00:00 2001 From: firest Date: Fri, 13 Oct 2023 09:33:56 +0800 Subject: [PATCH] chore: update auth header file --- apps/emqx_conf/include/emqx_conf.hrl | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/apps/emqx_conf/include/emqx_conf.hrl b/apps/emqx_conf/include/emqx_conf.hrl index 4ae2b1df9..a758681ff 100644 --- a/apps/emqx_conf/include/emqx_conf.hrl +++ b/apps/emqx_conf/include/emqx_conf.hrl @@ -43,13 +43,12 @@ emqx_authz_redis_schema, emqx_authz_mysql_schema, emqx_authz_postgresql_schema, - emqx_authz_mongodb_schema -]). - --define(EE_AUTHZ_SOURCE_SCHEMA_MODS, [ + emqx_authz_mongodb_schema, emqx_authz_ldap_schema ]). +-define(EE_AUTHZ_SOURCE_SCHEMA_MODS, []). + -define(CE_AUTHN_PROVIDER_SCHEMA_MODS, [ emqx_authn_mnesia_schema, emqx_authn_mysql_schema, @@ -58,12 +57,12 @@ emqx_authn_redis_schema, emqx_authn_http_schema, emqx_authn_jwt_schema, - emqx_authn_scram_mnesia_schema + emqx_authn_scram_mnesia_schema, + emqx_authn_ldap_schema, + emqx_authn_ldap_bind_schema ]). -define(EE_AUTHN_PROVIDER_SCHEMA_MODS, [ - emqx_authn_ldap_schema, - emqx_authn_ldap_bind_schema, emqx_gcp_device_authn_schema ]).