summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfig.py
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-05-18 10:17:22 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-05-18 13:08:37 -0400
commit6663abdda9ce55aace1b19c4170b1153d39136e0 (patch)
treed2cff2ef7abe16b461bfb47d5a7df0279d4351e3 /src/config/SSSDConfig.py
parent49942f408c33a91fd99deae7ca2b3005d6fb56fb (diff)
downloadsssd-6663abdda9ce55aace1b19c4170b1153d39136e0.tar.gz
sssd-6663abdda9ce55aace1b19c4170b1153d39136e0.tar.xz
sssd-6663abdda9ce55aace1b19c4170b1153d39136e0.zip
Remove unused ldap_offline_timeout option
Diffstat (limited to 'src/config/SSSDConfig.py')
-rw-r--r--src/config/SSSDConfig.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py
index 7b9d96c9e..29de609a6 100644
--- a/src/config/SSSDConfig.py
+++ b/src/config/SSSDConfig.py
@@ -115,7 +115,6 @@ option_strings = {
'ldap_default_authtok' : _('The authentication token of the default bind DN'),
'ldap_network_timeout' : _('Length of time to attempt connection'),
'ldap_opt_timeout' : _('Length of time to attempt synchronous LDAP operations'),
- 'ldap_offline_timeout' : _('Length of time between attempts to reconnect while offline'),
'ldap_tls_cacert' : _('File that contains CA certificates'),
'ldap_tls_cacertdir' : _('Path to CA certificate directory'),
'ldap_tls_reqcert' : _('Require TLS certificate verification'),