X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fldapauthenticator.h;h=ff05c4f3f44829c15966bb949aaa9db07155ab08;hb=4b0caf61565c8791efba283bbcaf73530b9feafc;hp=a0c8720dfd880f4632404ca051dada544f26dfe6;hpb=fdf6853d42bbd3279d5bc85df9006145382b0ea6;p=quassel.git diff --git a/src/core/ldapauthenticator.h b/src/core/ldapauthenticator.h index a0c8720d..ff05c4f3 100644 --- a/src/core/ldapauthenticator.h +++ b/src/core/ldapauthenticator.h @@ -34,7 +34,14 @@ #include "core.h" // Link against LDAP. +/* We should use openldap on windows if at all possible, rather than trying to + * write some kind of compatiblity routine. +#ifdef Q_CC_MSVC +#include +#include +#else*/ #include +//#endif // Default LDAP server port. #define DEFAULT_LDAP_PORT 389 @@ -50,7 +57,7 @@ public: public slots: /* General */ bool isAvailable() const; - QString displayName() const; + QString backendId() const; QString description() const; virtual QStringList setupKeys() const; virtual QVariantMap setupDefaults() const;