diff options
author | Pavel Březina <pbrezina@redhat.com> | 2012-05-07 12:23:02 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-06-29 11:37:17 -0400 |
commit | 44bff89750c5451112d4ef7a10b6d9d0c8442f85 (patch) | |
tree | 8cb2c29adecd3d09bd9bd1a80e2ab61dbd8eed52 /src/config/SSSDConfig | |
parent | 9f714651c7d21908c94b70fc755697a3b220a22f (diff) | |
download | sssd-44bff89750c5451112d4ef7a10b6d9d0c8442f85.tar.gz sssd-44bff89750c5451112d4ef7a10b6d9d0c8442f85.tar.bz2 sssd-44bff89750c5451112d4ef7a10b6d9d0c8442f85.zip |
sudo provider: remove old timer
Diffstat (limited to 'src/config/SSSDConfig')
-rw-r--r-- | src/config/SSSDConfig/__init__.py.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config/SSSDConfig/__init__.py.in b/src/config/SSSDConfig/__init__.py.in index d0831109..8c11384d 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'), |