summaryrefslogtreecommitdiffstats
path: root/src/providers/ad
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-01-24 10:02:23 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-01-24 13:20:44 +0100
commit6095e82a99cc1c1fcac5e00f0a770302cc46eb2b (patch)
treeeeed03b65c0f29714e99cb6ae62f077a705b9f87 /src/providers/ad
parent07270cd9739b942c63602ef57c513c6a50e6f7ee (diff)
downloadsssd-6095e82a99cc1c1fcac5e00f0a770302cc46eb2b.tar.gz
sssd-6095e82a99cc1c1fcac5e00f0a770302cc46eb2b.tar.xz
sssd-6095e82a99cc1c1fcac5e00f0a770302cc46eb2b.zip
LDAP: Don't abort request if no id mapping domain matches
If an ID was requested from the back end, but no ID mapping domain matched, the request ended with a scary error message. It's better to treat the request as if no such ID was found in the domain Related: https://fedorahosted.org/sssd/ticket/2200
Diffstat (limited to 'src/providers/ad')
-rw-r--r--src/providers/ad/ad_id.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ad/ad_id.c b/src/providers/ad/ad_id.c
index 3d26957b1..85edcf6d6 100644
--- a/src/providers/ad/ad_id.c
+++ b/src/providers/ad/ad_id.c
@@ -386,7 +386,7 @@ ad_account_info_complete(struct tevent_req *req)
error_text = NULL;
} else {
DEBUG(SSSDBG_FATAL_FAILURE,
- ("Bug: dp_error is OK on failed request"));
+ ("Bug: dp_error is OK on failed request\n"));
dp_error = DP_ERR_FATAL;
error_text = req_error_text;
}