summaryrefslogtreecommitdiffstats
path: root/server/monitor
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/monitor
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/monitor')
-rw-r--r--server/monitor/monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/monitor/monitor.c b/server/monitor/monitor.c
index 69640b997..dd80830bd 100644
--- a/server/monitor/monitor.c
+++ b/server/monitor/monitor.c
@@ -558,7 +558,7 @@ int get_monitor_config(struct mt_ctx *ctx)
}
ret = confdb_get_string(ctx->cdb, ctx,
- "config/services", "activeServices",
+ SERVICE_CONF_ENTRY, "activeServices",
NULL, &svcs);
if (ret != EOK || svcs == NULL) {