summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfig/__init__.py.in
diff options
context:
space:
mode:
authorMichal Židek <mzidek@redhat.com>2016-07-11 13:11:41 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2016-07-12 15:22:39 +0200
commitfc04d11c2fdde0bfe280c6030df2b1d6bf15ce63 (patch)
treeb3e95b46afe5a48e6e177d69288326a0148658e0 /src/config/SSSDConfig/__init__.py.in
parentf9d3aec54d19a771a6eafe09ba6d445cc094bfae (diff)
downloadsssd-fc04d11c2fdde0bfe280c6030df2b1d6bf15ce63.tar.gz
sssd-fc04d11c2fdde0bfe280c6030df2b1d6bf15ce63.tar.xz
sssd-fc04d11c2fdde0bfe280c6030df2b1d6bf15ce63.zip
config: override_space is monitor's option
We read override_space from [sssd] not [nss] section. Resolves: https://fedorahosted.org/sssd/ticket/3068 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'src/config/SSSDConfig/__init__.py.in')
-rw-r--r--src/config/SSSDConfig/__init__.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/SSSDConfig/__init__.py.in b/src/config/SSSDConfig/__init__.py.in
index 52af1386c..ebdd049e4 100644
--- a/src/config/SSSDConfig/__init__.py.in
+++ b/src/config/SSSDConfig/__init__.py.in
@@ -63,6 +63,7 @@ option_strings = {
'default_domain_suffix' : _('Domain to add to names without a domain component.'),
'user' : _('The user to drop privileges to'),
'certificate_verification' : _('Tune certificate verification'),
+ 'override_space': _('All spaces in group or user names will be replaced with this character'),
# [nss]
'enum_cache_timeout' : _('Enumeration cache timeout length (seconds)'),
@@ -81,7 +82,6 @@ option_strings = {
'shell_fallback' : _('If a shell stored in central directory is allowed but not available, use this fallback'),
'default_shell': _('Shell to use if the provider does not list one'),
'memcache_timeout': _('How long will be in-memory cache records valid'),
- 'override_space': _('All spaces in group or user names will be replaced with this character'),
# [pam]
'offline_credentials_expiration' : _('How long to allow cached logins between online logins (days)'),