summaryrefslogtreecommitdiffstats
path: root/server/monitor.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2008-11-03 10:57:10 -0500
committerSimo Sorce <idra@samba.org>2008-11-03 10:58:03 -0500
commitddbc682f58bcee78ac1dbd24b3c44da67512d888 (patch)
tree05d060f91d58a92a8c7f0e82e5f16e8006b8fb65 /server/monitor.c
parent73f7183c9d244e7cdbe5c7ec91677b64a5f08e8e (diff)
downloadsssd-ddbc682f58bcee78ac1dbd24b3c44da67512d888.tar.gz
sssd-ddbc682f58bcee78ac1dbd24b3c44da67512d888.tar.xz
sssd-ddbc682f58bcee78ac1dbd24b3c44da67512d888.zip
Use a common interface file for all users of the internal
sbus service.
Diffstat (limited to 'server/monitor.c')
-rw-r--r--server/monitor.c6
1 files changed, 1 insertions, 5 deletions
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"