History log of /sssd/src/sss_client/idmap/sss_nss_idmap.c
Revision Date Author Comments Expand
9c88f837ffacf6548c13825589b327de1a5525f3 09-Jun-2016 Sumit Bose <sbose@redhat.com>

nss-idmap: add sss_nss_getnamebycert() Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

0d01e4f6cc21d8ca0e4fafe59c7cbfa1459fa47e 14-Oct-2014 Sumit Bose <sbose@redhat.com>

sss_nss_idmap: add sss_nss_getorigbyname() This patch adds an interface to the new SSS_NSS_GETORIGBYNAME request of the nss responder to libsss_nss_idmap. The main use case for this new call is to replace sss_nss_getsidbyname() in the extdom plugin on the FreeIPA server to get more information about the given object than just the SID which is not available with the default POSIX interfaces. Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

a171d77f40aa92e240e91aa4bafe5a392a98b5a2 03-Dec-2013 Michal Zidek <mzidek@redhat.com>

sss_client: Use SAFEALIGN_COPY_<type> macros where appropriate. resolves: https://fedorahosted.org/sssd/ticket/1359

2a9af1f71887f02935e2fb6ad5023afba5b6d43e 03-May-2013 Sumit Bose <sbose@redhat.com>

Add client library for SID related lookups This patch add a library for client side lookups for a SID or with a SID through the calls: - sss_nss_getsidbyname - sss_nss_getsidbyid - sss_nss_getnamebysid - sss_nss_getidbysid The library is called libsss_nss_idmap and the contributed spec file will create two new packages libsss_nss_idmap and libsss_nss_idmap-devel.