From ddbc682f58bcee78ac1dbd24b3c44da67512d888 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 3 Nov 2008 10:57:10 -0500 Subject: Use a common interface file for all users of the internal sbus service. --- server/monitor.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'server/monitor.c') diff --git a/server/monitor.c b/server/monitor.c index 0ca38b566..f7ba80098 100644 --- a/server/monitor.c +++ b/server/monitor.c @@ -30,11 +30,7 @@ #include "monitor.h" #include "dbus/dbus.h" #include "sbus/sssd_dbus.h" - -/* TODO: Get these values from LDB */ -#define SERVICE_PATH "/org/freeipa/sssd/service" -#define SERVICE_INTERFACE "org.freeipa.sssd.service" -#define SERVICE_METHOD_IDENTITY "getIdentity" +#include "sbus_interfaces.h" /* TODO: get this value from LDB */ #define DBUS_ADDRESS "unix:path=/var/lib/sss/pipes/private/dbus" -- cgit