summaryrefslogtreecommitdiffstats
path: root/server/examples
Commit message (Collapse)AuthorAgeFilesLines
* Make a binary out of each major sssd component instead ofSimo Sorce2008-11-251-2/+2
| | | | using the same binary to fork off all services.
* Update example configSimo Sorce2008-11-211-0/+2
|
* Update config example with data providerSimo Sorce2008-11-201-0/+5
|
* Store all domains served by the SSSD to a binary-tree map for fast NSS lookup.Stephen Gallagher2008-11-071-0/+18
| | | | | | Changed the "section" feature of confdb.c to use '/' as a delimiter instead of '.', because this conflicted with the ability to use dots in domain names.
* Update config.ldif exampleSimo Sorce2008-11-051-0/+6
|
* Make return the pid when new process are started.Simo Sorce2008-10-211-1/+1
| | | | | | | | Monitor each service and restart it conditionally if it fails. These monitoring is extremely simple at this moment and just uses waitpid() to check if the client is alive, there is no active probing, that will require dbus. Make nsssrv.c read the sss pipe config option for the config db.
* Add example ldifs to bootstrap the serverSimo Sorce2008-10-212-0/+62