Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-13 | Fix return, dbus would abort because we were passing values and | Simo Sorce | 1 | -0/+4 | |
not pointers to values. Check domain is never null (or dbus will abort). | |||||
2009-01-09 | Lots of little nasty bugs fixed. | Simo Sorce | 1 | -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-08 | The code now successfully sends a getpwnam request to a remote LDAP server, | Simo Sorce | 1 | -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. |