summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-09-01 06:58:50 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-09-18 17:20:42 +0200
commit6cb5bad3c8e2f35ca9dce1800a506d626f90c079 (patch)
treea4269acd1d5561c11739c9dcd4107b0acc090ea1 /Makefile.am
parent3d8b576bf49a79d5776574b96c6ef9535bbc46ac (diff)
downloadsssd-6cb5bad3c8e2f35ca9dce1800a506d626f90c079.tar.gz
sssd-6cb5bad3c8e2f35ca9dce1800a506d626f90c079.tar.xz
sssd-6cb5bad3c8e2f35ca9dce1800a506d626f90c079.zip
LDAP: Sanitize group dn before using in filter
Each string should be sanitized(rfc4515) before using ldbsearch. A group dn was not sanitized in the function cleanup_groups. Resolves: https://fedorahosted.org/sssd/ticket/2744 Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5a99c9784..08799c729 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -236,6 +236,7 @@ if HAVE_CMOCKA
test_ipa_subdom_server \
test_krb5_wait_queue \
test_cert_utils \
+ test_ldap_id_cleanup \
$(NULL)
if HAVE_LIBRESOLV