X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fldapauthenticator.h;h=59a35b6bd39e23d7ba812ec33b4e33e5ec7626f8;hp=a1498065e720c22ccc32f5b07f85b3533f53ad41;hb=d643c4259f24929a2019264180d353b5b4f8939d;hpb=f77a0b720ed58a2b68876b9320742b81b6df871f diff --git a/src/core/ldapauthenticator.h b/src/core/ldapauthenticator.h index a1498065..59a35b6b 100644 --- a/src/core/ldapauthenticator.h +++ b/src/core/ldapauthenticator.h @@ -68,7 +68,7 @@ public slots: UserId validateUser(const QString &user, const QString &password); protected: - virtual void setConnectionProperties(const QVariantMap &properties); + virtual void setAuthProperties(const QVariantMap &properties); bool ldapConnect(); void ldapDisconnect(); bool ldapAuth(const QString &username, const QString &password);