95fd82a RESP: Expose DP method getAccountDomain() to responders

2 files Authored by jhrozek 6 years ago, Committed by lslebodn 6 years ago,
    RESP: Expose DP method getAccountDomain() to responders
    
    Adds a tevent request that calls the getAccountDomain DP method.
    This request will be used by responders to locate an object's domain.
    
    At the moment, only looking up UIDs and GIDs is supported.
    
    Internally, until we switch to the rdp_ interface everywhere, this
    interface hooks into the sss_dp_issue_request(). When we switch to
    the rdp_ interface, we'll be able to provide a nicer method parameters
    as well.
    
    Reviewed-by: Pavel Březina <pbrezina@redhat.com>
    Reviewed-by: Sumit Bose <sbose@redhat.com>