summaryrefslogtreecommitdiff
path: root/server/providers/ldap_provider.c
AgeCommit message (Collapse)AuthorFilesLines
2009-01-08The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce1-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.
2009-01-06Add more infrastructure to data provider to dispatch requests (still untested).Simo Sorce1-6/+91
Add helper functions to connect to the data provider. Add some plumbing to the ldap provider (still untested).
2008-12-10Initial work on a test provider using the gross hack of dlopen()ing nss_ldapSimo Sorce1-0/+173
:-)