summaryrefslogtreecommitdiffstats
path: root/server/examples/db.ldif
Commit message (Collapse)AuthorAgeFilesLines
* Allow configuration of the SSSD through /etc/sssd/sssd.confStephen Gallagher2009-04-131-71/+0
| | | | | | | | | | | | | | | | | | | The SSSD now links with the ini_config and collection libraries in the common directory. The monitor will track changes to the /etc/sssd/sssd.conf file using inotify on platforms that support it, or polled every 5 seconds on platforms that do not. At startup or modification of the conf file, the monitor will purge the existing confdb and reread it completely from the conf file, to ensure that there are no lingering entries. It does this in a transaction, so there should be no race condition with the client services. A new option has been added to the startup options for the SSSD. It is now possible to specify an alternate config file with the -c <file> at the command line.
* Change examples accordingly to changes in the codeSimo Sorce2009-02-201-2/+4
|
* Always pass teh database path explicitly, so that test cases can useSimo Sorce2009-02-131-0/+1
| | | | | throw away databases Check version and init main db if empty
* Add indexes and attribute types for common attributesSimo Sorce2009-02-121-0/+18
|
* Add comments on how memberof works.Simo Sorce2009-01-281-1/+1
| | | | Enable memberof by default in the default db example
* Regroup database rleated functions under db andSimo Sorce2009-01-121-10/+10
| | | | rename everything with the sysdb suffix.
* Use a unified base (temp. dc=sssd), for all domain including LOCAL.Simo Sorce2009-01-111-8/+12
| | | | | | | 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.
* Add example ldifs to bootstrap the serverSimo Sorce2008-10-211-0/+46