Function ldap_simple_bind

Source
pub unsafe extern "C" fn ldap_simple_bind(
    ld: *mut LDAP,
    who: *const c_char,
    passwd: *const c_char,
) -> c_int
👎Deprecated: Use ldap_sasl_bind instead