Share via


LDAP Search Functions (Compact 2013)

3/26/2014

This section describes the LDAP search functions.

In This Section

  • ldap_count_references
    Counts the number of subordinate references that were returned by the server in a response to a search request
  • ldap_escape_filter_element
    Converts raw binary data in a filter element to a safe text string that can be passed safely in a search filter
  • ldap_get_next_page
    Returns the next page in a sequence of asynchronous paged search results
  • ldap_get_paged_count
    This function records the number of paged results that the server has returned for a search
  • ldap_parse_result
    Parses responses from the server and returns the appropriate fields
  • ldap_result
    Obtains the result of an asynchronous operation
  • ldap_search
    Searches the LDAP directory and returns a requested set of attributes for each entry matched
  • ldap_search_ext
    Searches the LDAP directory and returns a requested set of attributes for each entry matched
  • ldap_search_ext_s
    Searches the LDAP directory and returns a requested set of attributes for each entry matched
  • ldap_search_s
    Searches the LDAP directory and returns a requested set of attributes for each entry matched
  • ldap_search_st
    Searches the LDAP directory and returns a requested set of attributes for each entry matched. The function is identical to ldap_search_s, except that it takes an additional parameter that specifies a local time-out for the search.

See Also

Reference

LDAP Functions