summaryrefslogtreecommitdiff
path: root/src/responder/pam/pamsrv.h
AgeCommit message (Collapse)AuthorFilesLines
2011-12-20PAM: make initgroups timeout work across multiple clientsStephen Gallagher1-0/+1
Instead of timing out the initgroups lookup on a per-cctx basis, we will maintain a hash table of recently-seen users and use this instead. This will allow SSSD to handle user's logging into multiple services simultaneously more graciously, as well as playing nicer with SSH (which makes calls to PAM both before and after a fork). https://fedorahosted.org/sssd/ticket/1063
2010-12-22Update the ID cache for any PAM requestStephen Gallagher1-0/+1
Also adds an option to limit how often we check the ID provider, so that conversations with multiple PAM requests won't update the cache multiple times. https://fedorahosted.org/sssd/ticket/749
2010-06-17Honor filter_users in PAMStephen Gallagher1-0/+2
2010-06-06Remove dead code from the PAM responderJakub Hrozek1-1/+0
2010-04-12sysdb: convert sysdb_getpwnamSimo Sorce1-0/+1
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+57
Also update BUILD.txt