summaryrefslogtreecommitdiffstats
path: root/server/responder/nss/nsssrv_dp.c
Commit message (Collapse)AuthorAgeFilesLines
* Force user check and discover user's domainSimo Sorce2009-04-171-261/+0
| | | | | | | | | | | Force a user lookup against the users domain provider. If a user domain is not specified search though all non fully qualifying domains. Perform authentication against the corrent domain auth backend, based on the user's domain found in the lookup if one was not specified. Also move the NSS-DP functions in COMMON-DP as they are reused by the PAM responder too now.
* Fix potential segfault if dp_ctx is still NULL.Simo Sorce2009-03-271-0/+9
| | | | | | | May happen at startup if, for some reason dp is very slow to start and we receive a request before a reconnection is rescheduled in the responder dp reconnection code. This shouldn't happen normally so make it clear with a debug statement.
* Make nsssrv use the common responder functionsSimo Sorce2009-03-271-116/+7
| | | | | Make nss_ctx a private pointer of the common resp_ctx Use sss_process_init and remove all duplicate functions from nsssrv.c
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-10/+10
| | | | | | dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
* Add PAM responderSumit Bose2009-02-241-0/+433
Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com>