From ac5a54e24ac79a33ddf8320811d981b950e21e8e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 14 Apr 2009 10:22:20 -0400 Subject: Make reconnection to the Data Provider a global setting Previously, every DP client was allowed to set its own "retries" option. This option was ambiguous, and useless. All DP clients will now use a global option set in the services config called "reconnection_retries" --- server/confdb/confdb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/confdb') diff --git a/server/confdb/confdb.h b/server/confdb/confdb.h index fda584c8..19614fc4 100644 --- a/server/confdb/confdb.h +++ b/server/confdb/confdb.h @@ -32,6 +32,8 @@ #define CONFDB_DEFAULT_CONFIG_FILE SSSD_CONF_DIR"/sssd.conf" #define SSSD_MIN_ID 1000 +#define SERVICE_CONF_ENTRY "config/services" + struct confdb_ctx; typedef int (*confdb_reconf_fn) (struct confdb_ctx *cdb, void *pvt); -- cgit