From 39c33d8cbaecdd1e5c756a715bef87844149ae5b Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Mon, 24 Oct 2016 00:23:34 +0200 Subject: [PATCH 1/1] ldap: Use correct authenticator name for mono client Should be "Database" instead of "StorageAuth". --- src/core/core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/core.cpp b/src/core/core.cpp index bb13e886..bb1df473 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -347,7 +347,7 @@ QString Core::setupCoreForInternalUsage() } // mono client currently needs sqlite - return setupCore("AdminUser", QString::number(pass), "SQLite", QVariantMap(), "StorageAuth", QVariantMap()); + return setupCore("AdminUser", QString::number(pass), "SQLite", QVariantMap(), "Database", QVariantMap()); } -- 2.20.1