summaryrefslogtreecommitdiffstats
path: root/src/responder/common/negcache_files.c
Commit message (Collapse)AuthorAgeFilesLines
* NCACHE: Store FQDNs internaly, check for shortnames in filesJakub Hrozek2016-07-071-2/+16
| | | | | | | | When storing users and groups by their name in the negative cache, store them fully qualfied so that the responder only has to track the name in the internal format once the input is converted. Reviewed-by: Sumit Bose <sbose@redhat.com>
* RESPONDERS: Negative caching of local usersPetr Cech2016-06-101-0/+98
This patch adds new option 'neg_cache_locals_timeout' into section of NSS responder. It allows negative caching of local groups and users. Default value is 0 which means no caching. Resolves: https://fedorahosted.org/sssd/ticket/2928 Reviewed-by: Pavel Březina <pbrezina@redhat.com>