History log of /sssd-io/src/providers/ldap/sdap_ops.c
Revision Date Author Comments Expand
53e9a5aef4a688f7c81a4a1e77013e05313e5f9a 26-Apr-2017 Jakub Hrozek <jhrozek@redhat.com>

LDAP: Allow passing a NULL map to sdap_search_bases_ex_send NULL attribute map and a NULL list of attributes should translate into "fetch all entry attributes" Required for: https://pagure.io/SSSD/sssd/issue/3378 Reviewed-by: Pavel Březina <pbrezina@redhat.com>

565b9955cc439ade58cc24a98168060a60f33e7a 20-Jun-2016 Pavel Březina <pbrezina@redhat.com>

sdap ops: add support for deref Reviewed-by: Sumit Bose <sbose@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

f48b1dda750511b57dce360fd18da2402adbcbb0 20-Jun-2016 Pavel Březina <pbrezina@redhat.com>

sdap_search_bases: allow returning only the first reply In some cases we want to cycle through all search bases but stop iterating when we get first non-empty reply. Reviewed-by: Sumit Bose <sbose@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

15f3e53e7ab9285afbebc8e2ec4d6d4577fef3da 20-Jun-2016 Pavel Březina <pbrezina@redhat.com>

sdap_search_bases: allow map to be NULL In some cases we do not want any attribute translations. Reviewed-by: Sumit Bose <sbose@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

d0599eaa9369fd867953e3c58b8d7bb445525ff5 19-Jan-2016 Pavel Březina <pbrezina@redhat.com>

SDAP: Add request that iterates over all search bases We often need to iterate over many search bases but we always use mostly copy&paste iterator. This will reduce code duplication and simplify code flow. Reviewed-by: Sumit Bose <sbose@redhat.com>