lslebodn / SSSD / sssd

Forked from SSSD/sssd 7 years ago
Clone

e5c42c2 SYSDB: Add sysdb_search_by_orig_dn()

2 files Authored by fidencio 6 years ago, Committed by jhrozek 6 years ago,
    SYSDB: Add sysdb_search_by_orig_dn()
    
    Three new methods have been added to sysdb's API in order to perform
    search by the orig dn (which is quite common in SSSD's code base).
    
    A common/base method called sysdb_search_by_orig_dn() is the most
    important one and then a few other helpers for searching users and
    groups groups directly.
    
    Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
    Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
    
        
file modified
+20 -7
file modified
+66 -0