From: Manuel Nickschas Date: Sun, 23 Oct 2016 22:23:34 +0000 (+0200) Subject: ldap: Use correct authenticator name for mono client X-Git-Tag: travis-deploy-test~272 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=39c33d8cbaecdd1e5c756a715bef87844149ae5b ldap: Use correct authenticator name for mono client Should be "Database" instead of "StorageAuth". --- 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()); }