summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfig/__init__.py.in
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2012-05-07 12:23:02 +0200
committerStephen Gallagher <sgallagh@redhat.com>2012-06-29 11:37:17 -0400
commit44bff89750c5451112d4ef7a10b6d9d0c8442f85 (patch)
tree8cb2c29adecd3d09bd9bd1a80e2ab61dbd8eed52 /src/config/SSSDConfig/__init__.py.in
parent9f714651c7d21908c94b70fc755697a3b220a22f (diff)
downloadsssd-44bff89750c5451112d4ef7a10b6d9d0c8442f85.tar.gz
sssd-44bff89750c5451112d4ef7a10b6d9d0c8442f85.tar.xz
sssd-44bff89750c5451112d4ef7a10b6d9d0c8442f85.zip
sudo provider: remove old timer
Diffstat (limited to 'src/config/SSSDConfig/__init__.py.in')
-rw-r--r--src/config/SSSDConfig/__init__.py.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config/SSSDConfig/__init__.py.in b/src/config/SSSDConfig/__init__.py.in
index d08311096..8c11384d6 100644
--- a/src/config/SSSDConfig/__init__.py.in
+++ b/src/config/SSSDConfig/__init__.py.in
@@ -294,8 +294,6 @@ option_strings = {
# [provider/ldap/sudo]
'ldap_sudo_search_base' : _('Base DN for sudo rules lookups'),
'ldap_sudo_full_refresh_interval' : _('Automatic full refresh period'),
- 'ldap_sudo_refresh_enabled' : _('Enable periodical update of all sudo rules'),
- 'ldap_sudo_refresh_timeout' : _('Length of time between rules updates'),
'ldap_sudorule_object_class' : _('Object class for sudo rules'),
'ldap_sudorule_name' : _('Sudo rule name'),
'ldap_sudorule_command' : _('Sudo rule command attribute'),