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:47 -0500
commitac56757ab4c52a0d834fd11cde8ddf26c54f3cd4 (patch)
tree3969961cfa7584e14fca52b0b8f3e6a65c9438a3
parenta8e3b90c36e0484d715cadf34b548852ee11a6c7 (diff)
downloadsssd_unused-ac56757ab4c52a0d834fd11cde8ddf26c54f3cd4.tar.gz
sssd_unused-ac56757ab4c52a0d834fd11cde8ddf26c54f3cd4.tar.xz
sssd_unused-ac56757ab4c52a0d834fd11cde8ddf26c54f3cd4.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 780ab143..e176a709 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"));