From 7122f66c144b1837e22adef519103cfd9808db62 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 8 Jan 2009 10:43:26 -0500 Subject: The code now successfully sends a getpwnam request to a remote LDAP server, and caches the result in LDAP. Still chasing a bug that does not let NSS known that the BE was successful. This makes NSS timeout the client and not return any results yet. --- server/monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/monitor.c') diff --git a/server/monitor.c b/server/monitor.c index 206bbb86..5a79c75c 100644 --- a/server/monitor.c +++ b/server/monitor.c @@ -39,7 +39,7 @@ static int start_service(const char *name, const char *command, pid_t *retpid); /* ping time cannot be less then once every few seconds or the * monitor will get crazy hammering children with messages */ -#define MONITOR_MIN_PING_TIME 2 +#define MONITOR_MIN_PING_TIME 15 struct mt_conn { struct sbus_conn_ctx *conn_ctx; -- cgit