From e522dbee9f589148e1a3d562cc7261653512ab68 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gr=C3=A9gory=20Oestreicher?= Date: Wed, 12 Apr 2017 21:26:22 +0200 Subject: [PATCH] Only log when there's an actual error --- modules/ldapbackend/ldapauthenticator.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/ldapbackend/ldapauthenticator.cc b/modules/ldapbackend/ldapauthenticator.cc index 12a43fd202..77577ad475 100644 --- a/modules/ldapbackend/ldapauthenticator.cc +++ b/modules/ldapbackend/ldapauthenticator.cc @@ -249,11 +249,13 @@ int LdapGssapiAuthenticator::updateTgt() krb5_free_principal( context, principal ); if ( code == 0 ) { - g_log<