From 750d1443a285048251c8843acd2c763b413869da Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 4 Nov 2008 17:34:03 -0500 Subject: Add the ping funtion to the nss service Make the monitor task ping connecting services Make it possible to configure timeouts and service ping times. --- server/nss/nsssrv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/nss/nsssrv.h') diff --git a/server/nss/nsssrv.h b/server/nss/nsssrv.h index 300b8af3..5e264937 100644 --- a/server/nss/nsssrv.h +++ b/server/nss/nsssrv.h @@ -30,7 +30,7 @@ #include "../nss_client/sss_nss.h" #define NSS_SBUS_SERVICE_VERSION 0x0001 -#define NSS_SBUS_SERVICE_NAME "NSS" +#define NSS_SBUS_SERVICE_NAME "nss" struct nss_ldb_ctx; struct getent_ctx; -- cgit