summaryrefslogtreecommitdiff
path: root/server/nss/nsssrv_dp.c
AgeCommit message (Collapse)AuthorFilesLines
2009-01-09Lots of little nasty bugs fixed.Simo Sorce1-8/+84
I was finally able to get a getpwnam() request go through sssd, hit the remote ldap server and get the answer back with 'getent passwd foo' Yupiee!
2009-01-08The code now successfully sends a getpwnam request to a remote LDAP server,Simo Sorce1-0/+231
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.