summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-04-21 21:33:36 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-06-03 11:31:59 +0200
commit7f42b25ce49b818b534015d078bd51ee612c465c (patch)
tree2865759af15ba43bb88d2c64c4c5baef0c87a600 /Makefile.am
parenta656aa32f20612ff9b17637ef1ea08df4ffdfa26 (diff)
downloadsssd-7f42b25ce49b818b534015d078bd51ee612c465c.tar.gz
sssd-7f42b25ce49b818b534015d078bd51ee612c465c.tar.xz
sssd-7f42b25ce49b818b534015d078bd51ee612c465c.zip
LDAP: Fix off-by-one bug in sdap_copy_opts
The sdap_copy_opts function copied all the arguments except for the sentinel. Reviewed-by: Simo Sorce <simo@redhat.com> Reviewed-by: Pavel Březina <pbrezina@redhat.com> (cherry picked from commit fcb8e3f1f49bb34c409d8dbd75889eb72be05517)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 79ae5699c..9e77e6f38 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1182,6 +1182,9 @@ auth_tests_LDADD = \
ipa_ldap_opt_tests_SOURCES = \
src/providers/data_provider_opts.c \
+ src/providers/ldap/sdap.c \
+ src/providers/ldap/sdap_range.c \
+ src/util/sss_ldap.c \
src/tests/ipa_ldap_opt-tests.c
ipa_ldap_opt_tests_CFLAGS = \
$(AM_CFLAGS) \