From a8d1a344e580f29699aed9b88d87fc3c6f5d113b Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 7 Jan 2016 10:17:35 -0500 Subject: Secrets: Add initial responder code for secrets service Start implementing the Secrets Service Reponder core. This commit implements stratup and basic conenction handling and HTTP parsing (using the http-parser library). Signed-off-by: Simo Sorce Related: https://fedorahosted.org/sssd/ticket/2913 Reviewed-by: Jakub Hrozek --- contrib/sssd.spec.in | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib') diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 475a07e0b..0d5715083 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -743,6 +743,7 @@ done %{_libexecdir}/%{servicename}/sssd_nss %{_libexecdir}/%{servicename}/sssd_pam %{_libexecdir}/%{servicename}/sssd_autofs +%{_libexecdir}/%{servicename}/sssd_secrets %{_libexecdir}/%{servicename}/sssd_ssh %{_libexecdir}/%{servicename}/sssd_sudo %{_libexecdir}/%{servicename}/p11_child -- cgit