X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fldapauthenticator.cpp;fp=src%2Fcore%2Fldapauthenticator.cpp;h=02f927d03d5da39cf4071b8b1e89359ea6cb9071;hp=82ae5b46dc0650e691b2bf83e7b2ab6d10212e5b;hb=45645a28bdc5b6c1052b3e4cebf8cc80832d205a;hpb=8efbb2ef22f5f007b5dc6d5b15ecf070ccef08ca diff --git a/src/core/ldapauthenticator.cpp b/src/core/ldapauthenticator.cpp index 82ae5b46..02f927d0 100644 --- a/src/core/ldapauthenticator.cpp +++ b/src/core/ldapauthenticator.cpp @@ -128,7 +128,7 @@ UserId LdapAuthenticator::validateUser(const QString& username, const QString& p // Users created via LDAP have empty passwords, but authenticator column = LDAP. // On the other hand, if auth succeeds and the user already exists, do a final // cross-check to confirm we're using the right auth provider. - UserId quasselId = Core::validateUser(lUsername, QString()); + UserId quasselId = Core::getUserId(lUsername); if (!quasselId.isValid()) { return Core::addUser(lUsername, QString(), backendId()); }