summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfig.py
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-02-02 13:12:07 +0100
committerStephen Gallagher <sgallagh@redhat.com>2012-02-04 08:27:16 -0500
commit7312d03a87ae9713c46c275aff0102f79f5237ed (patch)
tree19aadb9b5929bffb6a2e29852939ccdfea554858 /src/config/SSSDConfig.py
parent4be402505ba20b43361753f0e6e1589c9b029e81 (diff)
downloadsssd-7312d03a87ae9713c46c275aff0102f79f5237ed.tar.gz
sssd-7312d03a87ae9713c46c275aff0102f79f5237ed.tar.xz
sssd-7312d03a87ae9713c46c275aff0102f79f5237ed.zip
ConfigAPI: add sudo to known services
https://fedorahosted.org/sssd/ticket/1144 Squashed patch from Jan Zeleny: Add SUDO provider to the list of available providers in SSSDConfig.py
Diffstat (limited to 'src/config/SSSDConfig.py')
-rw-r--r--src/config/SSSDConfig.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py
index a789e785b..1a241430d 100644
--- a/src/config/SSSDConfig.py
+++ b/src/config/SSSDConfig.py
@@ -73,11 +73,16 @@ option_strings = {
'pam_id_timeout' : _('How many seconds to keep identity information cached for PAM requests'),
'pam_pwd_expiration_warning' : _('How many days before password expiration a warning should be displayed'),
+ # [sudo]
+ 'sudo_timed' : _('Whether to evaluate the time-based attributes in sudo rules'),
+ 'sudo_cache_timeout' : _('How many seconds to keep sudorules cached before asking the provider again'),
+
# [provider]
'id_provider' : _('Identity provider'),
'auth_provider' : _('Authentication provider'),
'access_provider' : _('Access control provider'),
'chpass_provider' : _('Password change provider'),
+ 'sudo_provider' : _('SUDO provider'),
# [domain]
'min_id' : _('Minimum user ID'),