diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2008-11-20 15:11:27 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2008-11-20 16:22:21 -0500 |
commit | 2671d14d8068f8f0ee43cab529f10163a4b7dee1 (patch) | |
tree | 9eb2ba6a6199095d321455b245fd2fdf2cbf7643 /server/server.mk | |
parent | ed52202447ff9e80daa64864df271988bc5332ae (diff) | |
download | sssd-2671d14d8068f8f0ee43cab529f10163a4b7dee1.tar.gz sssd-2671d14d8068f8f0ee43cab529f10163a4b7dee1.tar.xz sssd-2671d14d8068f8f0ee43cab529f10163a4b7dee1.zip |
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.
Diffstat (limited to 'server/server.mk')
-rw-r--r-- | server/server.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |