57c5ea8825c7179fd93382dbcbb07e828e5aec19 |
|
29-Jan-2018 |
René Genz <liebundartig@freenet.de> |
Fix minor spelling mistakes in tests/cmocka/*
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> |
6cdeb0923c16e3fafe21aaadca6dac1d71474c31 |
|
09-Jun-2016 |
Sumit Bose <sbose@redhat.com> |
sysdb: add sysdb_attrs_add_base64_blob()
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |
e7e61c777e13e0bb07d29b5d1b53e21ca199bf0f |
|
04-Jun-2015 |
Jakub Hrozek <jhrozek@redhat.com> |
LDAP: Do not print verbose DEBUG messages from providers that don't set UUID
https://fedorahosted.org/sssd/ticket/2666
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com> |
e2405de14e2fb3d58af4108ecc2726818e6c7c71 |
|
24-Mar-2015 |
Jakub Hrozek <jhrozek@redhat.com> |
tests: Use cmocka-1.0+ API in test_sysdb_utils
Reviewed-by: Pavel Reichl <preichl@redhat.com> |
1d93029624d708119bbf803e6647a2cbb271f001 |
|
20-Mar-2015 |
Sumit Bose <sbose@redhat.com> |
sdap: properly handle binary objectGuid attribute
Although in the initial processing SSSD treats the binary value right at
some point it mainly assumes that it is a string. Depending on the value
this might end up with the correct binary value stored in the cache but
in most cases there will be only a broken entry in the cache.
This patch converts the binary value into a string representation which
is described in [MS-DTYP] and stores the result in the cache.
Resolves https://fedorahosted.org/sssd/ticket/2588
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> |