Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-25 | Adding InfoPipe entry to config.ldif example | Stephen Gallagher | 1 | -0/+6 | |
Also updating the .gitignore file to not ignore config.ldif Signed-off-by: Simo Sorce <ssorce@redhat.com> | |||||
2009-02-25 | added more ldap backend options and an example configuration | Sumit Bose | 1 | -0/+15 | |
Signed-off-by: Simo Sorce <ssorce@redhat.com> | |||||
2009-02-20 | Change examples accordingly to changes in the code | Simo Sorce | 2 | -7/+10 | |
2009-02-13 | Always pass teh database path explicitly, so that test cases can use | Simo Sorce | 1 | -0/+1 | |
throw away databases Check version and init main db if empty | |||||
2009-02-12 | Add indexes and attribute types for common attributes | Simo Sorce | 1 | -0/+18 | |
2009-01-28 | Add comments on how memberof works. | Simo Sorce | 1 | -1/+1 | |
Enable memberof by default in the default db example | |||||
2009-01-12 | Regroup database rleated functions under db and | Simo Sorce | 2 | -11/+11 | |
rename everything with the sysdb suffix. | |||||
2009-01-11 | Use a unified base (temp. dc=sssd), for all domain including LOCAL. | Simo Sorce | 2 | -13/+17 | |
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-11 | Turn ldap_provider.c into proxy.c and make it possible to load just any | Simo Sorce | 1 | -0/+3 | |
libnss library through config directives on the domain object | |||||
2009-01-07 | Add current test ldap provider configuration example. | Simo Sorce | 1 | -0/+7 | |
It is a bit inconsistent with the existing EXAMPLE, will fix later | |||||
2008-11-25 | Make a binary out of each major sssd component instead of | Simo Sorce | 1 | -2/+2 | |
using the same binary to fork off all services. | |||||
2008-11-21 | Update example config | Simo Sorce | 1 | -0/+2 | |
2008-11-20 | Update config example with data provider | Simo Sorce | 1 | -0/+5 | |
2008-11-07 | Store all domains served by the SSSD to a binary-tree map for fast NSS lookup. | Stephen Gallagher | 1 | -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-05 | Update config.ldif example | Simo Sorce | 1 | -0/+6 | |
2008-10-21 | Make return the pid when new process are started. | Simo Sorce | 1 | -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-21 | Add example ldifs to bootstrap the server | Simo Sorce | 2 | -0/+62 | |