summaryrefslogtreecommitdiff
path: root/server/config/SSSDConfigTest.py
AgeCommit message (Collapse)AuthorFilesLines
2009-11-03Add support for option descriptions to SSSDConfig APIStephen Gallagher1-3/+3
Addresses https://fedorahosted.org/sssd/ticket/242 related to authconfig integration
2009-11-03Remove magic_private_groups from SSSDConfig API schemaStephen Gallagher1-2/+0
2009-11-03Make config_file_version a hidden setting in SSSDConfig APIStephen Gallagher1-16/+30
The config_file_version should never be changed by the API, so we will hide the option inside the SSSDConfig API and remove it from the schema. Guarantee that the config file is of the correct version
2009-10-28Fix sssd.api.conf with correct entry_cache_timeoutStephen Gallagher1-0/+2
Changeset 3a21103f61bf9b60256cc2d0da54b757b634319f moved the wrong option to the domain list, and also didn't update the unit tests.
2009-10-22Bring SSSDConfig API options up-to-dateStephen Gallagher1-9/+20
2009-10-12Add new SSSDConfig python APIStephen Gallagher1-0/+1310
Also adds unit tests for the SSSDConfig API