summaryrefslogtreecommitdiffstats
path: root/src/confdb/confdb_setup.c
Commit message (Collapse)AuthorAgeFilesLines
* monitor: Specific error message for missing sssd.confPavel Reichl2013-11-271-2/+7
| | | | | | | | Specific error message is logged for missing sssd.conf file. New sssd specific error value is introduced for this case. Resolves: https://fedorahosted.org/sssd/ticket/2156
* DB: Switch to new libini_config APIOndrej Kos2013-04-261-227/+120
| | | | | | | https://fedorahosted.org/sssd/ticket/1786 Since we need to support the old interface as well, the configure scritp is modified and correct ini interface is chosen.
* Fix const cast warning in confdb_create_ldifStephen Gallagher2010-11-151-4/+4
|
* Dead assignments cleanup in various places in SSSDJan Zeleny2010-09-081-4/+1
| | | | | | Three assignments deleted, two return code inspection added. Also found and fixed one critical bug caused by dead assignment. Ticket: #590
* Skip empty attributes with warningJakub Hrozek2010-06-091-0/+4
| | | | Fixes: #488
* Fix config file error messageJakub Hrozek2010-03-221-1/+1
|
* Check and set permissions on SBUS socketsSumit Bose2010-02-231-1/+2
|
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+423
Also update BUILD.txt