History log of /sssd-io/src/lib/certmap/sss_certmap_attr_names.c
Revision Date Author Comments Expand
a20fb9cbd5f42a6ca895aea1b84347fdfea34b89 05-Sep-2017 Sumit Bose <sbose@redhat.com>

certmap: add OpenSSL implementation The OpenSSL 1.1 API is used but there is a short macro block which should added the needed compatibility if and older OpenSSL version is used. Related to https://pagure.io/SSSD/sssd/issue/3050 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

db36dca3d45e6eefbb30042ee65876566f1a6014 23-Mar-2017 Sumit Bose <sbose@redhat.com>

certmap: add new library libsss_certmap With this library it would be possible to map certificates and users not only by adding the full certificate to the user's LDAP object but by adding e.g. only parts like the issuer and subject name. Additionally the library is also able to flexible select/match certificates based on values in the certificate. Details about mapping and matching rules can be found in the included man page. Related to https://pagure.io/SSSD/sssd/issue/3050 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>