summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async_groups_ad.c
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-01-08 17:12:17 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-01-09 12:32:03 +0100
commit91ab35daf713e146dfae53a67f6b86b424c897d5 (patch)
tree5d44255c3d6be2b6712b96a966f338b2fa938608 /src/providers/ldap/sdap_async_groups_ad.c
parent6ac0feca0cdc66fc8d8a612e25d37a49d27c0233 (diff)
downloadsssd-91ab35daf713e146dfae53a67f6b86b424c897d5.tar.gz
sssd-91ab35daf713e146dfae53a67f6b86b424c897d5.tar.xz
sssd-91ab35daf713e146dfae53a67f6b86b424c897d5.zip
LDAP: Add a new error code for malformed access control filtersssd-1.11.2-23.el7
https://fedorahosted.org/sssd/ticket/2164 The patch adds a new error code and special cases the new code so that access is denied and a nicer log message is shown.
Diffstat (limited to 'src/providers/ldap/sdap_async_groups_ad.c')
-rw-r--r--src/providers/ldap/sdap_async_groups_ad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_async_groups_ad.c b/src/providers/ldap/sdap_async_groups_ad.c
index 9b61c697d..6a8a4fd13 100644
--- a/src/providers/ldap/sdap_async_groups_ad.c
+++ b/src/providers/ldap/sdap_async_groups_ad.c
@@ -183,7 +183,7 @@ sdap_get_ad_match_rule_members_step(struct tevent_req *subreq)
talloc_zfree(subreq);
if (ret != EOK) {
DEBUG(SSSDBG_MINOR_FAILURE,
- ("LDAP search failed: [%s]\n", strerror(ret)));
+ ("LDAP search failed: [%s]\n", sss_strerror(ret)));
tevent_req_error(req, ret);
return;
}