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-05-02 13:34:31 +0200
commitfcb8e3f1f49bb34c409d8dbd75889eb72be05517 (patch)
tree16b950c7ba3c1b14969417480f66424404647024 /Makefile.am
parented61bfc5184d9c7a46d17681a22a1abb64423708 (diff)
downloadsssd-fcb8e3f1f49bb34c409d8dbd75889eb72be05517.tar.gz
sssd-fcb8e3f1f49bb34c409d8dbd75889eb72be05517.tar.xz
sssd-fcb8e3f1f49bb34c409d8dbd75889eb72be05517.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>
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 5dc359596..56d8e1df6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1215,6 +1215,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) \