summaryrefslogtreecommitdiffstats
path: root/server/confdb
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-04-14 10:22:20 -0400
committerSimo Sorce <ssorce@redhat.com>2009-04-14 13:50:49 -0400
commitac5a54e24ac79a33ddf8320811d981b950e21e8e (patch)
tree5c3597d6db83e990202b61ef8ed29a57b8546bc3 /server/confdb
parent2f9fb5b8dcf09a3285386b8bade78bcd6867cb24 (diff)
downloadsssd-ac5a54e24ac79a33ddf8320811d981b950e21e8e.tar.gz
sssd-ac5a54e24ac79a33ddf8320811d981b950e21e8e.tar.xz
sssd-ac5a54e24ac79a33ddf8320811d981b950e21e8e.zip
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"
Diffstat (limited to 'server/confdb')
-rw-r--r--server/confdb/confdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/confdb/confdb.h b/server/confdb/confdb.h
index fda584c83..19614fc45 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);