summaryrefslogtreecommitdiff
path: root/server/confdb/confdb_private.h
AgeCommit message (Collapse)AuthorFilesLines
2009-03-30fixed two issues in the initial configurationSumit Bose1-1/+0
- value array is not terminated properly - infopipe service is added dynamically
2009-03-20Simplify default configurationSimo Sorce1-0/+55
Make confdb load a base ldif like sysdb to initialize the db, makes it simpler to understand at first sight what is the default configuration. Make the parameter "command" optional. Derive the default command from available information. Make the debug level a global by default so that enabling debug for all components is as easy as passing just -d X to the sssd binary.