ldap: Use correct authenticator name for mono client
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 23 Oct 2016 22:23:34 +0000 (00:23 +0200)
committerBen Rosser <rosser.bjr@gmail.com>
Sat, 27 May 2017 18:01:06 +0000 (14:01 -0400)
Should be "Database" instead of "StorageAuth".

src/core/core.cpp

index bb13e88..bb1df47 100644 (file)
@@ -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());
 }