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/examples/sssd.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/examples/sssd.conf') diff --git a/server/examples/sssd.conf b/server/examples/sssd.conf index b9a421ea8..a480b549d 100644 --- a/server/examples/sssd.conf +++ b/server/examples/sssd.conf @@ -1,6 +1,9 @@ [services] description = Local Service Configuration activeServices = nss, dp, pam +# Number of times services should attempt to reconnect in the +# event of a Data Provider crash or restart before they give up +reconnection_retries = 3 [services/nss] description = NSS Responder Configuration -- cgit