summaryrefslogtreecommitdiffstats
path: root/src/providers/ad/ad_id.c
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:54:16 +0100
commit3a091bd11739af7807b394470bb7a7f3c42f7b7b (patch)
treeb7c21b8db1568b1e068bc28f458f04cc5582bdec /src/providers/ad/ad_id.c
parent863b086dc8402a28f35b5def9a336c8112194102 (diff)
downloadsssd-3a091bd11739af7807b394470bb7a7f3c42f7b7b.tar.gz
sssd-3a091bd11739af7807b394470bb7a7f3c42f7b7b.tar.xz
sssd-3a091bd11739af7807b394470bb7a7f3c42f7b7b.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/ad_id.c')
-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 ada47753f..e74653b73 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;
}