summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-05-15 15:05:28 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-06-19 14:09:45 +0200
commite0839fb91624a58f01fd6c9b454a18327d8707bd (patch)
treeb4612331583b2de54cb6e9d0eeb8651ac4f1b730 /.gitignore
parent6c136b3ff3c77ad92fb5079b9b76c2b155347f65 (diff)
downloadsssd-e0839fb91624a58f01fd6c9b454a18327d8707bd.tar.gz
sssd-e0839fb91624a58f01fd6c9b454a18327d8707bd.tar.xz
sssd-e0839fb91624a58f01fd6c9b454a18327d8707bd.zip
SDAP: Set initgroups expire attribute at the end
Initgrups consisted of two main steps: 1. store user to cache 2. store all user groups to cache. Previously the attribute SYSDB_INITGR_EXPIRE was set in the first step. So in case of epmty cache and parallel initgroups request in responders there was a small period when SYSDB_INITGR_EXPIRE was valid but groups were not cached. Therefore sometime responder could return zero supplementary groups. This patch moves the setting of initgroups expire attribute from 1st step to the end of 2nd step. In case of parallel initgroups requests in responder there are two other ways how we could get correct results even thought there was a bug. a) Time between two request was too small. User was not stored in cache yet and 2nd request waited for response from DP. b) Time between two request was big enough. All users groups were successfully stored in cache and 2nd request returned correct results. Resolves: https://fedorahosted.org/sssd/ticket/2634 Reviewed-by: Pavel Březina <pbrezina@redhat.com> (cherry picked from commit d0cc678d20d8bde829450eb50bec1b7397cea3e1) (cherry picked from commit 9ae6567a573c05ba59d1138cfda94b44732019e8)
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions