summaryrefslogtreecommitdiffstats
path: root/server/responder/pam/pam_LOCAL_domain.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement credentials caching in pam responder.Simo Sorce2009-04-131-9/+0
| | | | | | | 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)
* Change the way we retrieve domainsSimo Sorce2009-04-081-1/+1
| | | | | | | | | | | | | To be able to correctly filter out duplicate names when multiple non-fully qualified domains are in use we need to be able to specify the domains order. This is now accomplished by the configuration paramets 'domains' in the config/domains entry. 'domains' is a comma separated list of domain names. This paramter allows also to have disbaled domains in the configuration without requiring to completely delete them. The domains list is now kept in a linked list of sss_domain_info objects. The first domain is also the "default" domain.
* replaced pure ldb calls with sysdb callsSumit Bose2009-03-031-2/+2
|
* first version of LOCAL pam backendSumit Bose2009-03-021-0/+9