summaryrefslogtreecommitdiffstats
path: root/src/responder/pam/pam_helpers.h
Commit message (Collapse)AuthorAgeFilesLines
* Minor code improvementsPavel Reichl2015-07-061-1/+3
| | | | | | | | pam_helpers.h had to be included after util.h. Removed exara empty line. Fixed code alignment Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
* PAM: make initgroups timeout work across multiple clientsStephen Gallagher2011-12-201-0/+38
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