summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfig
diff options
context:
space:
mode:
authorFabiano Fidêncio <fidencio@redhat.com>2016-08-30 18:17:46 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2016-08-31 09:13:35 +0200
commite04df9feca0c9877c69aa46450d04c556bcb23ad (patch)
treece97e1a7fcae085a33b2ebcaadde0ca731e97dee /src/config/SSSDConfig
parent1384d0ce6ea741aefb56b0006b6268d76e6cc2c2 (diff)
downloadsssd-e04df9feca0c9877c69aa46450d04c556bcb23ad.tar.gz
sssd-e04df9feca0c9877c69aa46450d04c556bcb23ad.tar.xz
sssd-e04df9feca0c9877c69aa46450d04c556bcb23ad.zip
MONITOR: Remove leftovers from diag_cmd
Seems that when I sent the v2 of 7579cf99 I attached the wrong patch that ended up being pushed. That patch was incomplete as there are still some leftovers. Related: https://fedorahosted.org/sssd/ticket/3051 Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Petr Čech <pcech@redhat.com>
Diffstat (limited to 'src/config/SSSDConfig')
-rw-r--r--src/config/SSSDConfig/__init__.py.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config/SSSDConfig/__init__.py.in b/src/config/SSSDConfig/__init__.py.in
index b3f04ac26..fb0712702 100644
--- a/src/config/SSSDConfig/__init__.py.in
+++ b/src/config/SSSDConfig/__init__.py.in
@@ -51,7 +51,6 @@ option_strings = {
'reconnection_retries' : _('Number of times to attempt connection to Data Providers'),
'fd_limit' : _('The number of file descriptors that may be opened by this responder'),
'client_idle_timeout' : _('Idle time before automatic disconnection of a client'),
- 'diag_cmd' : _('The command to run when a service ping times out'),
# [sssd]
'services' : _('SSSD Services to start'),