summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2016-05-09 16:36:36 +0200
committerJakub Hrozek <jhrozek@redhat.com>2016-06-29 21:46:49 +0200
commit1dd679584241a0f9b29072c7eed1c5c5e4a577e4 (patch)
tree6875afa02cbf58ce9db72019982c6b02d0d72d75 /contrib
parenta8d1a344e580f29699aed9b88d87fc3c6f5d113b (diff)
downloadsssd-1dd679584241a0f9b29072c7eed1c5c5e4a577e4.tar.gz
sssd-1dd679584241a0f9b29072c7eed1c5c5e4a577e4.tar.xz
sssd-1dd679584241a0f9b29072c7eed1c5c5e4a577e4.zip
Add initial providers infrastructure.
Also adds support for the basic LOCAL provider that stores data on the local machine. Signed-off-by: Simo Sorce <simo@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ci/deps.sh2
-rw-r--r--contrib/sssd.spec.in2
2 files changed, 4 insertions, 0 deletions
diff --git a/contrib/ci/deps.sh b/contrib/ci/deps.sh
index ce2702c00..1a94e3df2 100644
--- a/contrib/ci/deps.sh
+++ b/contrib/ci/deps.sh
@@ -117,6 +117,8 @@ if [[ "$DISTRO_BRANCH" == -debian-* ]]; then
ldap-utils
slapd
systemtap-sdt-dev
+ libhttp-parser-dev
+ libjansson-dev
)
DEPS_INTGCHECK_SATISFIED=true
fi
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in
index 0d5715083..b8a9efc07 100644
--- a/contrib/sssd.spec.in
+++ b/contrib/sssd.spec.in
@@ -172,6 +172,8 @@ BuildRequires: libsmbclient-devel
%if (0%{?enable_systemtap} == 1)
BuildRequires: systemtap-sdt-devel
%endif
+BuildRequires: http-parser-devel
+BuildRequires: jansson-devel
%description
Provides a set of daemons to manage access to remote directories and