summaryrefslogtreecommitdiff
path: root/src/confdb/confdb_setup.c
AgeCommit message (Collapse)AuthorFilesLines
2013-04-26DB: Switch to new libini_config APIOndrej Kos1-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.
2010-11-15Fix const cast warning in confdb_create_ldifStephen Gallagher1-4/+4
2010-09-08Dead assignments cleanup in various places in SSSDJan Zeleny1-4/+1
Three assignments deleted, two return code inspection added. Also found and fixed one critical bug caused by dead assignment. Ticket: #590
2010-06-09Skip empty attributes with warningJakub Hrozek1-0/+4
Fixes: #488
2010-03-22Fix config file error messageJakub Hrozek1-1/+1
2010-02-23Check and set permissions on SBUS socketsSumit Bose1-1/+2
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+423
Also update BUILD.txt