527f30b ipa-pwd-extop: use SLAPI_BIND_TARGET_SDN

4 files Authored by abbra 4 years ago, Committed by cheimes 4 years ago,
    ipa-pwd-extop: use SLAPI_BIND_TARGET_SDN
    
    SLAPI_BIND_TARGET_DN is deprecated since 2011 by 389-ds team,
    see commit f6397113666f06848412bb12f754f04258cfa5fa in 389-ds:
    https://pagure.io/389-ds-base/c/f6397113666f06848412bb12f754f04258cfa5fa?branch=master
    
    Use SLAPI_BIND_TARGET_SDN instead and move internal ipa-pwd-extop
    helpers to accept Slapi_DN references rather than strings.
    
    Related: https://pagure.io/freeipa/issue/7181
    
    Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Christian Heimes <cheimes@redhat.com>