summaryrefslogtreecommitdiffstats
path: root/server/providers/ldap_provider.c
Commit message (Collapse)AuthorAgeFilesLines
* Turn ldap_provider.c into proxy.c and make it possible to load just anySimo Sorce2009-01-111-253/+0
| | | | libnss library through config directives on the domain object
* The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce2009-01-081-10/+5
| | | | | | 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-6/+91
| | | | | Add helper functions to connect to the data provider. Add some plumbing to the ldap provider (still untested).
* Initial work on a test provider using the gross hack of dlopen()ing nss_ldapSimo Sorce2008-12-101-0/+173
:-)