diff options
author | Justin Stephenson <jstephen@redhat.com> | 2017-05-22 15:21:17 -0400 |
---|---|---|
committer | Lukas Slebodnik <lslebodn@redhat.com> | 2017-05-26 15:07:56 +0200 |
commit | 50c06ae6737dd07ddd14f836e815eafa34bd0b7b (patch) | |
tree | 6c94dfd2c164a472a0e75fb7a596bbcba2b1f37d /src/config/SSSDConfigTest.py | |
parent | db4dbb89e6c26bf4e99bb22263594980202fb83d (diff) | |
download | sssd-50c06ae6737dd07ddd14f836e815eafa34bd0b7b.tar.gz sssd-50c06ae6737dd07ddd14f836e815eafa34bd0b7b.tar.xz sssd-50c06ae6737dd07ddd14f836e815eafa34bd0b7b.zip |
CONFIG: Add subdomain_homedir to config locations
Option subdomain_homedir was missing from Python config API an
cfg_rules leading to config file validation failures. Add this option
into the necessary locations similar to other provider-generic domain
options.
Resolves:
https://pagure.io/SSSD/sssd/issue/3389
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com>
(cherry picked from commit beab60d88fc07d463f6fb3756c8f3d29bdd78827)
Diffstat (limited to 'src/config/SSSDConfigTest.py')
-rwxr-xr-x | src/config/SSSDConfigTest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/SSSDConfigTest.py b/src/config/SSSDConfigTest.py index cb9891125..3344e1ad4 100755 --- a/src/config/SSSDConfigTest.py +++ b/src/config/SSSDConfigTest.py @@ -557,6 +557,7 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase): 'realmd_tags', 'subdomain_refresh_interval', 'subdomain_inherit', + 'subdomain_homedir', 'full_name_format', 're_expression', 'cached_auth_timeout'] @@ -925,6 +926,7 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase): 'realmd_tags', 'subdomain_refresh_interval', 'subdomain_inherit', + 'subdomain_homedir', 'full_name_format', 're_expression', 'cached_auth_timeout'] |