From 2671d14d8068f8f0ee43cab529f10163a4b7dee1 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 20 Nov 2008 15:11:27 -0500 Subject: Created a helper function sssd_service_sbus_init() to simplify creating the initial connection to the monitor service within the child services. It will create the D-BUS connection to the monitor and configure the service to handle the mandatory getIdentity and ping methods. --- server/server.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'server/server.mk') diff --git a/server/server.mk b/server/server.mk index 1196cc564..b8cf51d41 100644 --- a/server/server.mk +++ b/server/server.mk @@ -7,6 +7,7 @@ SERVER_OBJ = \ util/become_daemon.o \ util/memory.o \ util/btreemap.o \ + util/service_helpers.o \ confdb/confdb.o \ nss/nsssrv.o \ nss/nsssrv_packet.o \ -- cgit