From c38fcbf3df0131caebec0ce0414fc409b63e9d93 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 21 Oct 2008 13:57:35 -0400 Subject: Make return the pid when new process are started. Monitor each service and restart it conditionally if it fails. These monitoring is extremely simple at this moment and just uses waitpid() to check if the client is alive, there is no active probing, that will require dbus. Make nsssrv.c read the sss pipe config option for the config db. --- server/examples/config.ldif | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/examples') diff --git a/server/examples/config.ldif b/server/examples/config.ldif index 0a0b929d..01811689 100644 --- a/server/examples/config.ldif +++ b/server/examples/config.ldif @@ -12,5 +12,5 @@ activeServices: nss dn: cn=nss,cn=services,cn=config cn: nss description: NSS Responder Configuration -unix-socket: /var/lib/sssd/nss/pipe +unixSocket: /var/lib/sss/pipes/nss -- cgit