Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-12-20 | PAM: make initgroups timeout work across multiple clients | Stephen Gallagher | 1 | -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-22 | Update the ID cache for any PAM request | Stephen Gallagher | 1 | -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-17 | Honor filter_users in PAM | Stephen Gallagher | 1 | -0/+2 | |
2010-06-06 | Remove dead code from the PAM responder | Jakub Hrozek | 1 | -1/+0 | |
2010-04-12 | sysdb: convert sysdb_getpwnam | Simo Sorce | 1 | -0/+1 | |
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+57 | |
Also update BUILD.txt |