summaryrefslogtreecommitdiffstats
path: root/server/providers/dp_backend_store.c
Commit message (Collapse)AuthorAgeFilesLines
* Regroup database rleated functions under db andSimo Sorce2009-01-121-405/+0
| | | | rename everything with the sysdb suffix.
* Use a unified base (temp. dc=sssd), for all domain including LOCAL.Simo Sorce2009-01-111-27/+28
| | | | | | | 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 support for getpwuid in proxy backendSimo Sorce2009-01-111-24/+99
|
* The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce2009-01-081-1/+1
| | | | | | and caches the result in LDAP. Still chasing a bug that does not let NSS known that the BE was successful. This makes NSS timeout the client and not return any results yet.
* Add more infrastructure to data provider to dispatch requests (still untested).Simo Sorce2009-01-061-0/+364
Add helper functions to connect to the data provider. Add some plumbing to the ldap provider (still untested).