summaryrefslogtreecommitdiff
path: root/server/examples/config.ldif
AgeCommit message (Collapse)AuthorFilesLines
2009-02-20Change examples accordingly to changes in the codeSimo Sorce1-5/+6
2009-01-12Regroup database rleated functions under db andSimo Sorce1-1/+1
rename everything with the sysdb suffix.
2009-01-11Use a unified base (temp. dc=sssd), for all domain including LOCAL.Simo Sorce1-5/+5
It makes no sense to have internal attribute names user configurable, remove that option and use macros internally. Also now always pass the domain name to all nss_ldb_* calls.
2009-01-11Turn ldap_provider.c into proxy.c and make it possible to load just anySimo Sorce1-0/+3
libnss library through config directives on the domain object
2009-01-07Add current test ldap provider configuration example.Simo Sorce1-0/+7
It is a bit inconsistent with the existing EXAMPLE, will fix later
2008-11-25Make a binary out of each major sssd component instead ofSimo Sorce1-2/+2
using the same binary to fork off all services.
2008-11-21Update example configSimo Sorce1-0/+2
2008-11-20Update config example with data providerSimo Sorce1-0/+5
2008-11-07Store all domains served by the SSSD to a binary-tree map for fast NSS lookup.Stephen Gallagher1-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.
2008-11-05Update config.ldif exampleSimo Sorce1-0/+6
2008-10-21Make return the pid when new process are started.Simo Sorce1-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.
2008-10-21Add example ldifs to bootstrap the serverSimo Sorce1-0/+16