Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-10 | Fix processing of Boolean values in SSSDConfig | Stephen Gallagher | 2 | -0/+44 | |
Previously, we were just casting the strings to bool, but this meant that all boolean values were "True". This patch solves the problem and adds regression tests for it. | |||||
2009-12-08 | Handle spaces in config parser | Jakub Hrozek | 1 | -2/+2 | |
Fixes: #301 | |||||
2009-11-03 | Make config_file_version a hidden setting in SSSDConfig API | Stephen Gallagher | 2 | -0/+83 | |
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-12 | Add new SSSDConfig python API | Stephen Gallagher | 3 | -0/+52 | |
Also adds unit tests for the SSSDConfig API |