summaryrefslogtreecommitdiffstats
path: root/src/providers
diff options
context:
space:
mode:
authorPetr Čech <pcech@redhat.com>2017-01-19 12:51:27 +0100
committerJakub Hrozek <jhrozek@redhat.com>2017-02-08 10:53:11 +0100
commitc3593f06da54315c88a08a46cfc0def366acad43 (patch)
tree9fc4a8d7985ad486df54d91c5128f6e596c0cf1d /src/providers
parent1404f3aa541849d880cce591584ba1580014cb50 (diff)
downloadsssd-c3593f06da54315c88a08a46cfc0def366acad43.tar.gz
sssd-c3593f06da54315c88a08a46cfc0def366acad43.tar.xz
sssd-c3593f06da54315c88a08a46cfc0def366acad43.zip
LDAP: Better logging message
Reviewed-by: Sumit Bose <sbose@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/providers')
-rw-r--r--src/providers/ldap/sdap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap.c b/src/providers/ldap/sdap.c
index dc7d5e0ca..eb460d93b 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;
}