Function ldap_bind

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