History log of /sssd-io/src/responder/common/cache_req/cache_req_sr_overlay.c
Revision Date Author Comments Expand
9d90396775715de66e735dd55826e35f311450af 31-Jul-2017 Fabiano Fidêncio <fidencio@redhat.com>

CACHE_REQ: Fix warning may be used uninitialized Setting ret as EOK in case everything goes well. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>

382a972a80ac571cdbf70d88571f6de49fe1cd23 27-Jul-2017 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>

CACHE_REQ: Pull sessionRecording attrs from initgr After entires are retrieved by cache_req for user info requests (except initgr), overlay them with sessionRecording attribute retrieved from an initgr request made additionally for each entry. Do not do additional initgr requests with selective session recording enabled, if we don't have any group names to match against in session recording configuration. Only do user name matches instead. Reviewed-by: Pavel Březina <pbrezina@redhat.com>