From 413c80baf48a78874134604de190c7bc491b5d43 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 6 Jan 2014 15:15:40 +0100 Subject: 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'. (cherry picked from commit 8214510f125879c3b1d247f2ce981ee20b5375d1) --- src/responder/ifp/ifp_iface.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/responder/ifp/ifp_iface.xml (limited to 'src/responder/ifp/ifp_iface.xml') diff --git a/src/responder/ifp/ifp_iface.xml b/src/responder/ifp/ifp_iface.xml new file mode 100644 index 000000000..e3221b577 --- /dev/null +++ b/src/responder/ifp/ifp_iface.xml @@ -0,0 +1,10 @@ + + + + + + + + + -- cgit