Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-11-03 | Add support for option descriptions to SSSDConfig API | Stephen Gallagher | 1 | -3/+3 | |
Addresses https://fedorahosted.org/sssd/ticket/242 related to authconfig integration | |||||
2009-11-03 | Remove magic_private_groups from SSSDConfig API schema | Stephen Gallagher | 1 | -2/+0 | |
2009-11-03 | Make config_file_version a hidden setting in SSSDConfig API | Stephen Gallagher | 1 | -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-28 | Fix sssd.api.conf with correct entry_cache_timeout | Stephen Gallagher | 1 | -0/+2 | |
Changeset 3a21103f61bf9b60256cc2d0da54b757b634319f moved the wrong option to the domain list, and also didn't update the unit tests. | |||||
2009-10-22 | Bring SSSDConfig API options up-to-date | Stephen Gallagher | 1 | -9/+20 | |
2009-10-12 | Add new SSSDConfig python API | Stephen Gallagher | 1 | -0/+1310 | |
Also adds unit tests for the SSSDConfig API |