pub unsafe extern "C" fn ldap_search(
ld: *mut LDAP,
base: *const c_char,
scope: c_int,
filter: *const c_char,
attrs: *mut *mut c_char,
attrsonly: c_int,
) -> c_int
👎Deprecated: Use
ldap_search_ext
instead