86ffb3d SDAP: pass params in sdap_get_and_parse_generic_send

1 file Authored by preichl 8 years ago, Committed by jhrozek 8 years ago,
    SDAP: pass params in sdap_get_and_parse_generic_send
    
    Previously some arguments passed to sdap_get_and_parse_generic_send()
    were ignored. This patch fixes that and passes 'attronly',
    'serverctrls' and 'clientctrls' to sdap_get_generic_ext_send().
    
    Reviewed-by: Sumit Bose <sbose@redhat.com>