summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-12-08 13:53:13 -0500
committerStephen Gallagher <sgallagh@redhat.com>2011-12-08 13:53:41 -0500
commite7a36a13eab6baf1702e5f9bf23b3d29d0405c66 (patch)
treee829c5002697df1855793b2deab9e6572eadee42
parente0bdfb3f4f3fb8d42e0dce4bd37858b3688d14ae (diff)
downloadsssd_unused-e7a36a13eab6baf1702e5f9bf23b3d29d0405c66.tar.gz
sssd_unused-e7a36a13eab6baf1702e5f9bf23b3d29d0405c66.tar.xz
sssd_unused-e7a36a13eab6baf1702e5f9bf23b3d29d0405c66.zip
DEBUG: fix bad backport containing new DEBUG representation
-rw-r--r--src/providers/ldap/sdap_async_connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_async_connection.c b/src/providers/ldap/sdap_async_connection.c
index 263db3c5..7c117c6b 100644
--- a/src/providers/ldap/sdap_async_connection.c
+++ b/src/providers/ldap/sdap_async_connection.c
@@ -265,7 +265,7 @@ static void sdap_sys_connect_done(struct tevent_req *subreq)
sasl_nocanon ? LDAP_OPT_ON : LDAP_OPT_OFF);
if (lret != LDAP_OPT_SUCCESS) {
/* Do not fail, just warn into both debug logs and syslog */
- DEBUG(SSSDBG_MINOR_FAILURE,
+ DEBUG(3,
("Failed to set LDAP SASL nocanon option to %s. If your system "
"is configured to use SASL, LDAP operations might fail.\n",
sasl_nocanon ? "true" : "false"));