summaryrefslogtreecommitdiff
path: root/server/providers/dp_auth_util.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-02added kerberos backend with tevent_req event handlingSumit Bose1-0/+6
2009-05-26Silence warningsSimo Sorce1-4/+4
2009-05-14added check for NULL valuesSumit Bose1-0/+7
- allow unspecified value in struct pam_data to be NULL - check if domain structure is initialized in pam_reply
2009-04-27fix for pam proxy chauthtokSumit Bose1-0/+3
When a user from a domain served by the proxy backend changes his password with passwd the passwd command asks for the old password, but it is not validated by the pam_chauthtok call in the proxy backend, because it is running as root. If the request is coming the unpriviledged socket we now call pam_authenticate explicitly before pam_chauthtok.
2009-04-13Implement credentials caching in pam responder.Simo Sorce1-0/+208
Implement credentials caching in pam responder. Currently works only for the proxy backend. Also cleanup pam responder code and mode common code in data provider. (the data provider should never include responder private headers)