summaryrefslogtreecommitdiffstats
path: root/server/config/testconfigs/sssd-valid.conf
Commit message (Collapse)AuthorAgeFilesLines
* Rename server/ directory to src/Stephen Gallagher2010-02-181-43/+0
| | | | Also update BUILD.txt
* Fix processing of Boolean values in SSSDConfigStephen Gallagher2009-12-101-0/+1
| | | | | | | 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.
* Handle spaces in config parserJakub Hrozek2009-12-081-2/+2
| | | | Fixes: #301
* Add new SSSDConfig python APIStephen Gallagher2009-10-121-0/+42
Also adds unit tests for the SSSDConfig API