diff options
author | Lukas Slebodnik <lslebodn@redhat.com> | 2014-04-30 17:05:42 +0200 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2014-05-02 13:43:32 +0200 |
commit | 3c2a6219550488e33fd9d50c74ac30b325f6b99a (patch) | |
tree | 2c13f1f9a0907a5f92e3e2cf301f6312edcc384e /contrib | |
parent | d2969c6b23c722445bd699c830adb7601ba1cdc6 (diff) | |
download | sssd-3c2a6219550488e33fd9d50c74ac30b325f6b99a.tar.gz sssd-3c2a6219550488e33fd9d50c74ac30b325f6b99a.tar.xz sssd-3c2a6219550488e33fd9d50c74ac30b325f6b99a.zip |
SPEC: Remove duplicate sssd_ifp.
The file sssd_ifp was installed by two subpackages: sssd-common and sssd-dbus
I din't have instaled file org.freedesktop.sssd.infopipe.conf, because it is
in package sssd-dbus. Missing conf file caused problem with starting
the ifp service.
[sssd] [monitor_service_init] (0x0400): Initializing D-BUS Service
[sssd] [mt_svc_exit_handler] (0x0040): Child [ifp] exited with code [3]
[sssd] [mt_svc_exit_handler] (0x0010): Process [ifp], definitely stopped!
[sssd[ifp]] [sysbus_init] (0x0040): DBus error message: Connection ":1.522"
is not allowed to own the service "org.freedesktop.sssd.infopipe" due to
security policies in the configuration file
[sssd[ifp]] [ifp_process_init] (0x0020):
Failed to connect to the system message bus
[sssd[ifp]] [sss_responder_ctx_destructor] (0x0400):
Responder is being shut down
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/sssd.spec.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index ef29970d0..d4ee91659 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -563,7 +563,6 @@ rm -rf $RPM_BUILD_ROOT %{_libexecdir}/%{servicename}/sssd_autofs %{_libexecdir}/%{servicename}/sssd_ssh %{_libexecdir}/%{servicename}/sssd_sudo -%{_libexecdir}/%{servicename}/sssd_ifp %dir %{_libdir}/%{name} %{_libdir}/%{name}/libsss_simple.so |