summaryrefslogtreecommitdiffstats
path: root/src/config/testconfigs
Commit message (Collapse)AuthorAgeFilesLines
* SSSDConfigTest: Test real config without config_file_versionLukas Slebodnik2015-10-191-0/+22
| | | | | | | | | src/config/testconfigs/sssd-valid.conf explicitly contains config_file_version. Recently we changed the default value to 2 and therefore it needn't be listed in configuration file. This patch test real sssd.conf without config_file_version. Reviewed-by: Michal Židek <mzidek@redhat.com>
* Add methods for activating and deactivating services to SSSDConfigJan Cholasta2012-02-101-0/+3
|
* SSSDConfig: Handle integer parsing more lenientlyStephen Gallagher2011-10-251-1/+1
| | | | | | Allow the base to be auto-detected rather than limited to base 10 Add hexadecimal integer test
* Remove references to the DP service from the SSSDConfig API testsStephen Gallagher2010-06-161-4/+0
|
* Handle (ignore) unknown options in get_domain() and get_service()Stephen Gallagher2010-06-161-0/+17
| | | | | We will now eliminate any unknown options and providers to guarantee that the domain is safe for use.
* Add regression test for https://fedorahosted.org/sssd/ticket/441Stephen Gallagher2010-03-311-0/+1
|
* Rename server/ directory to src/Stephen Gallagher2010-02-186-0/+179
Also update BUILD.txt