From 755671f44401c84e33eac4b263e5a81fffa7825e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Mon, 4 May 2020 20:02:52 +0200 Subject: [PATCH] LDAP plugin was incorrectly removed --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 396ac0fd7..2ce8c71d2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -958,7 +958,6 @@ void ProxySQL_Main_init_main_modules() { GloQPro=NULL; GloMTH=NULL; GloMyAuth=NULL; - GloMyLdapAuth = NULL; #ifdef PROXYSQLCLICKHOUSE GloClickHouseAuth=NULL; #endif /* PROXYSQLCLICKHOUSE */ @@ -1230,7 +1229,7 @@ void ProxySQL_Main_init() { static void LoadPlugins() { - //LoadPlugin_sqlite3_plugin(); + GloMyLdapAuth = NULL; SQLite3DB::LoadPlugin(GloVars.sqlite3_plugin); if (GloVars.web_interface_plugin) { dlerror();