History log of /sssd-io/src/sss_client/idmap/common_ex.c
Revision Date Author Comments Expand
3e32cb2ad36a9dd2654c7f63469dc595f1bb8593 24-Jan-2018 Sumit Bose <sbose@redhat.com>

nss-idmap: check timed muted return code Check return values and make sure the mutex is released in case of errors. Related to https://pagure.io/SSSD/sssd/issue/2478 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

5e6622722e84d594298a8324f3685a1bda2b5868 06-Nov-2017 Sumit Bose <sbose@redhat.com>

nss-idmap: add nss like calls with timeout and flags This patch adds new calls to libsss_nss_idmap to get NSS like user and group information directly from SSSD without using the system's NSS interfaces. Additionally a timeout and a flags options are added which are not available for system's NSS. Related to https://pagure.io/SSSD/sssd/issue/2478 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>