8550c06 nss-imap: add sss_nss_getsidbyuid() and sss_nss_getsidbygid()

7 files Authored by realrichardsharpe 5 years ago, Committed by jhrozek 5 years ago,
    nss-imap: add sss_nss_getsidbyuid() and sss_nss_getsidbygid()
    
    Two new calls are added to allow the caller to specify if the given
    POSIX ID is a UID or a GID and the expected result is a user or a group
    respectively. This is needed because on POSIX a user and a group may
    share numerically the same ID value but might have different SIDs
    assigned.
    
    Related to https://pagure.io/SSSD/sssd/issue/3629
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
    
        
file modified
+1 -1
file modified
+18 -0
file modified
+8 -0
file modified
+289 -16