diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2013-05-23 08:10:25 -0400 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-05-23 17:06:23 +0200 |
commit | 7c100872c56b3bc0bd820e600fefbcfedf179283 (patch) | |
tree | f2cbe5f43c03ae4dc91d7c49ae851627eeab3f97 /src/config/SSSDConfigTest.py | |
parent | 6263578b03a52b3ec3a2e33e097554241780fc20 (diff) | |
download | sssd-7c100872c56b3bc0bd820e600fefbcfedf179283.tar.gz sssd-7c100872c56b3bc0bd820e600fefbcfedf179283.tar.bz2 sssd-7c100872c56b3bc0bd820e600fefbcfedf179283.zip |
Add 'description' attribute to SSSDConfig API
It was mentioned in the manpages, but not accepted by the API
Diffstat (limited to 'src/config/SSSDConfigTest.py')
-rwxr-xr-x | src/config/SSSDConfigTest.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config/SSSDConfigTest.py b/src/config/SSSDConfigTest.py index 9de4b2b4..d0365c96 100755 --- a/src/config/SSSDConfigTest.py +++ b/src/config/SSSDConfigTest.py @@ -288,7 +288,8 @@ class SSSDConfigTestSSSDService(unittest.TestCase): 'command', 'reconnection_retries', 'fd_limit', - 'client_idle_timeout'] + 'client_idle_timeout', + 'description'] self.assertTrue(type(options) == dict, "Options should be a dictionary") |