diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2014-01-06 15:15:40 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-04-04 14:05:50 +0200 |
commit | 8214510f125879c3b1d247f2ce981ee20b5375d1 (patch) | |
tree | 5e0a7f31fb71bafbd2da0bea6aafb39eb242ec6e /contrib/sssd.spec.in | |
parent | cb4d5b588e704114b7090678752d33512baa718e (diff) | |
download | sssd-8214510f125879c3b1d247f2ce981ee20b5375d1.tar.gz sssd-8214510f125879c3b1d247f2ce981ee20b5375d1.tar.xz sssd-8214510f125879c3b1d247f2ce981ee20b5375d1.zip |
IFP: Connect to the system bus
Related:
https://fedorahosted.org/sssd/ticket/2072
Adds the possibility for the InfoPipe responder to connect to the system bus.
At the moment, only a dummy method "Ping" is provided. The method only
accepts a single string parameter that has to be 'ping'.
Diffstat (limited to 'contrib/sssd.spec.in')
-rw-r--r-- | contrib/sssd.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 8e6f53579..ef29970d0 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -667,6 +667,8 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING %{_libexecdir}/%{servicename}/sssd_ifp %{_mandir}/man5/sssd-ifp.5* +# InfoPipe DBus plumbing +%{_sysconfdir}/dbus-1/system.d/org.freedesktop.sssd.infopipe.conf %files client -f sssd_client.lang %defattr(-,root,root,-) |