summaryrefslogtreecommitdiff
path: root/server/providers/dp_backend_store.c
AgeCommit message (Collapse)AuthorFilesLines
2009-01-12Regroup database rleated functions under db andSimo Sorce1-405/+0
rename everything with the sysdb suffix.
2009-01-11Use a unified base (temp. dc=sssd), for all domain including LOCAL.Simo Sorce1-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.
2009-01-11Add support for getpwuid in proxy backendSimo Sorce1-24/+99
2009-01-08The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce1-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.
2009-01-06Add more infrastructure to data provider to dispatch requests (still untested).Simo Sorce1-0/+364
Add helper functions to connect to the data provider. Add some plumbing to the ldap provider (still untested).