X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fldapauthenticator.cpp;h=9e9d46389924a79ca9f894e4f0438cec2d059419;hp=ae4ea8773518504c7377497eb81a4836bf3453fc;hb=dba66762993507168b1a3de25cfd2d7bff0ff969;hpb=bcaaebece13e123dc66dc32b59e13956b12f8b4c diff --git a/src/core/ldapauthenticator.cpp b/src/core/ldapauthenticator.cpp index ae4ea877..9e9d4638 100644 --- a/src/core/ldapauthenticator.cpp +++ b/src/core/ldapauthenticator.cpp @@ -181,6 +181,8 @@ bool LdapAuthenticator::ldapConnect() serverURIArray = serverURI.toLocal8Bit(); res = ldap_initialize(&_connection, serverURIArray); + quInfo() << "LDAP: Connecting to" << serverURI; + if (res != LDAP_SUCCESS) { qWarning() << "Could not connect to LDAP server:" << ldap_err2string(res); return false;