summaryrefslogtreecommitdiff
path: root/server/responder/pam/pam_LOCAL_domain.h
AgeCommit message (Collapse)AuthorFilesLines
2009-04-13Implement credentials caching in pam responder.Simo Sorce1-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)
2009-04-08Change the way we retrieve domainsSimo Sorce1-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.
2009-03-03replaced pure ldb calls with sysdb callsSumit Bose1-2/+2
2009-03-02first version of LOCAL pam backendSumit Bose1-0/+9