diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-03-03 16:23:50 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-03-08 13:42:47 -0500 |
commit | e6eb4d9e389a0ddf8c0b0f0f65055e14c448592a (patch) | |
tree | d38ea5fca1875d06df64ccd2065d1a16fc985b46 /src/config | |
parent | e7f6e1953ce07bdcf25571152a3bcd412d8c5ba0 (diff) | |
download | sssd-e6eb4d9e389a0ddf8c0b0f0f65055e14c448592a.tar.gz sssd-e6eb4d9e389a0ddf8c0b0f0f65055e14c448592a.tar.xz sssd-e6eb4d9e389a0ddf8c0b0f0f65055e14c448592a.zip |
Make filter_users and filter_groups also per-domain
Fixes: #290
Diffstat (limited to 'src/config')
-rwxr-xr-x | src/config/SSSDConfigTest.py | 4 | ||||
-rw-r--r-- | src/config/etc/sssd.api.conf | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/config/SSSDConfigTest.py b/src/config/SSSDConfigTest.py index 9f9e75f56..ef761a2ba 100755 --- a/src/config/SSSDConfigTest.py +++ b/src/config/SSSDConfigTest.py @@ -413,6 +413,8 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase): 'cache_credentials', 'store_legacy_passwords', 'use_fully_qualified_names', + 'filter_users', + 'filter_groups', 'entry_cache_timeout', 'lookup_family_order', 'account_cache_expiration', @@ -725,6 +727,8 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase): 'cache_credentials', 'store_legacy_passwords', 'use_fully_qualified_names', + 'filter_users', + 'filter_groups', 'entry_cache_timeout', 'account_cache_expiration', 'lookup_family_order', diff --git a/src/config/etc/sssd.api.conf b/src/config/etc/sssd.api.conf index 14ec30835..3347d9fa4 100644 --- a/src/config/etc/sssd.api.conf +++ b/src/config/etc/sssd.api.conf @@ -56,6 +56,8 @@ use_fully_qualified_names = bool, None, false entry_cache_timeout = int, None, false lookup_family_order = str, None, false account_cache_expiration = int, None, false +filter_users = list, str, false +filter_groups = list, str, false # Special providers [provider/permit] |