LDAP Search Functions (Compact 2013)
3/26/2014
This section describes the LDAP search functions.
In This Section
- ldap_check_filter
Checks the syntax of a filter
- ldap_count_entries
Counts the number of search entries that a server returned
- ldap_count_references
Counts the number of subordinate references that were returned by the server in a response to a search request
- ldap_count_values
Counts the number of values in a list
- ldap_count_values_len
Counts the number of values in a list
- ldap_create_page_control
Creates a simple control for paging results
- ldap_create_sort_control
Formats a list of sort keys into a search control
- 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_first_attribute
Returns the first attribute for a given directory entry
- ldap_first_entry
Returns the first entry of a message
- ldap_first_reference
Returns the first reference from a message
- ldap_get_next_page
Returns the next page in a sequence of asynchronous paged search results
- ldap_get_next_page_s
Returns the next page in a sequence of synchronous paged search results
- ldap_get_paged_count
This function records the number of paged results that the server has returned for a search
- ldap_get_values
Retrieves the list of values of a given attribute
- ldap_get_values_len
Retrieves the list of values for a given attribute
- ldap_next_attribute
Returns the next attribute for a given entry
- ldap_next_entry
Retrieves an entry from a search result chain
- ldap_next_reference
Retrieves a reference from a search result chain
- ldap_parse_extended_result
Parses the results of an LDAP extended operation
- ldap_parse_page_control
Parses the results of a search into pages
- ldap_parse_reference
Returns a list of subordinate referrals in a search response message
- ldap_parse_result
Parses responses from the server and returns the appropriate fields
- ldap_parse_sort_control
Parses the sort control returned by the server
- 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_abandon_page
Terminates a paged-results search
- 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_init_page
Initializes a search block for a simple paged-results search
- 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.