From c3593f06da54315c88a08a46cfc0def366acad43 Mon Sep 17 00:00:00 2001 From: Petr Čech Date: Feb 08 2017 09:53:11 +0000 Subject: LDAP: Better logging message Reviewed-by: Sumit Bose Reviewed-by: Jakub Hrozek --- diff --git a/src/providers/ldap/sdap.c b/src/providers/ldap/sdap.c index dc7d5e0..eb460d9 100644 --- a/src/providers/ldap/sdap.c +++ b/src/providers/ldap/sdap.c @@ -1691,7 +1691,8 @@ static bool sdap_object_in_domain(struct sdap_options *opts, sdmatch = sdap_domain_get_by_dn(opts, original_dn); if (sdmatch == NULL) { DEBUG(SSSDBG_FUNC_DATA, - "The group has no original DN, assuming our domain\n"); + "The original DN of the group cannot " + "be related to any search base\n"); return true; }