summaryrefslogtreecommitdiffstats
path: root/server/config/etc/sssd.api.d/sssd-local.conf
Commit message (Collapse)AuthorAgeFilesLines
* Rename server/ directory to src/Stephen Gallagher2010-02-181-10/+0
| | | | Also update BUILD.txt
* Add mandatory flag to SSSD config schemaStephen Gallagher2010-02-051-2/+2
| | | | | | | | | Also add list_mandatory_options() to both SSSDService and SSSDDomain objects. There is a new list_options_with_mandatory() function that will return a longer tuple than list_options(), including the mandatory flag directly.
* Remove local and kerberos providers from the access_provider listStephen Gallagher2010-01-121-2/+0
| | | | Update tests to reflect these removals.
* Convert SSSDConfig API to ipachangeconfJakub Hrozek2009-11-201-1/+2
| | | | | | | With this patch, SSSDConfigAPI is able to keep comments and ordering of sections. Fixes: #226
* Add new SSSDConfig python APIStephen Gallagher2009-10-121-0/+11
Also adds unit tests for the SSSDConfig API