diff options
Diffstat (limited to 'server/monitor.c')
-rw-r--r-- | server/monitor.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/server/monitor.c b/server/monitor.c index 0ca38b56..f7ba8009 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" |