summaryrefslogtreecommitdiff
path: root/server/config/SSSDConfig.py
AgeCommit message (Collapse)AuthorFilesLines
2009-11-03Add complete pydoc for SSSDConfig APIStephen Gallagher1-1/+534
2009-11-03Add support for option descriptions to SSSDConfig APIStephen Gallagher1-11/+145
Addresses https://fedorahosted.org/sssd/ticket/242 related to authconfig integration
2009-11-03Make config_file_version a hidden setting in SSSDConfig APIStephen Gallagher1-0/+21
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-12Add new SSSDConfig python APIStephen Gallagher1-0/+645
Also adds unit tests for the SSSDConfig API