Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sysdb: sysdb_get_certmap() allow empty certmap | Sumit Bose | 2017-06-01 | 1 | -5/+8 |
| | | | | | | | | | Since sysdb_get_certmap() returns the user name hint information as well it should return a result even if there are no certmaps. Related to https://pagure.io/SSSD/sssd/issue/3395 Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com> | ||||
* | sysdb: add certmap related calls | Sumit Bose | 2017-03-23 | 1 | -0/+425 |
Add sysdb calls to write and read data for the certificate mapping library to the cache. Related to https://pagure.io/SSSD/sssd/issue/3050 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> |