Manual section 3ldap
Intro - Lightweight Directory Access Protocol library functions
lber-decode - LBER simplified decoding library routines
lber-encode - LBER simplified encoding library routines
ldap_abandon - abandon LDAP operation in progress
ldap_add, ldap_add_s - LDAP add operations
ldap_add_s - perform an LDAP add operation
ldap_bind, ldap_bind_s - LDAP bind routines
ldap_bind_s - bind and select authentication method
ldap_compare, ldap_compare_s - LDAP compare operations
ldap_compare_s - synchronous LDAP compare operation
ldap_count_entries - return number of entries in search result
ldap_count_values - return the number of values
ldap_count_values_len - return the number of values
ldap_delete, ldap_delete_s - LDAP delete operations
ldap_delete_s - synchronous LDAP delete operation
ldap_destroy_cache - turn off caching and completely remove cache from memory
ldap_disable_cache - temporarily disable cache
ldap_dn2ufn - convert a DN into user-friendly form
ldap_enable_cache, ldap_disable_cache, ldap_destroy_cache, ldap_flush_cache, ldap_uncache_entry, ldap_uncache_request, ldap_set_cache_options - LDAP client caching routines
ldap_err2string - convert LDAP error indication to a string
ldap_errlist - list of LDAP errors and their meanings
ldap_explode_dn - convert a DN into its component parts
ldap_explode_dns - convert a DNS style DN into its component parts
ldap_first_attribute, ldap_next_attribute - step through LDAP entry attributes
ldap_first_entry, ldap_next_entry, ldap_count_entries - LDAP result entry parsing and counting routines
ldap_flush_cache - delete cache contents
ldap_free_friendlymap - free resources used by ldap_friendly_name
ldap_free_urldesc - free an LDAP URL description obtained from ldap_url_parse
ldap_friendly_name, ldap_free_friendlymap - LDAP unfriendly to friendly name mapping routine
ldap_get_dn, ldap_explode_dn, ldap_dn2ufn, ldap_is_dns_dn, ldap_explode_dns - LDAP DN handling routines
ldap_get_option, ldap_set_option - control aspects of an LDAP session
ldap_get_values, ldap_get_values_len, ldap_count_values, ldap_count_values_len, ldap_value_free, ldap_value_free_len - LDAP attribute value handling routines
ldap_get_values_len - return an attribute's value with length
ldap_init - initialize LDAP library
ldap_is_dns_dn - check whether DN is DNS style
ldap_is_ldap_url, ldap_url_parse, ldap_free_urldesc, ldap_url_search, ldap_url_search_s, ldap_url_search_st - LDAP Uniform Resource Locator routines
ldap_modify, ldap_modify_s, ldap_mods_free - perform an LDAP modify operation
ldap_modify_s - synchronous modify an entry
ldap_modrdn, ldap_modrdn_s, ldap_modrdn2, ldap_modrdn2_s - perform an LDAP modify RDN operation
ldap_modrdn2 - asynchronously modify the RDN of an entry
ldap_modrdn2_s - synchronously modify the RDN of an entry
ldap_modrdn_s - synchronously modify the RDN of an entry: obsolete
ldap_mods_free - free array of pointers to LDAP structuresused by ldap_modify
ldap_msgfree - free results allocated by ldap_result
ldap_next_attribute - return next attribute name in an entry
ldap_next_entry - return next entry in a chain of search results
ldap_open - initialize LDAP library
ldap_perror, ldap_result2error, ldap_errlist, ldap_err2string - LDAP protocol error handling routines
ldap_result, ldap_msgfree - wait for result of LDAP operation
ldap_result2error - extract LDAP error indication from LDAP result
ldap_search, ldap_search_s, ldap_search_st - LDAP search operations
ldap_search_s - synchronously search the directory
ldap_search_st - synchronously search the directory with timeout
ldap_set_cache_options - change caching behavior
ldap_set_option - set the value of a session-wide LDAP parameter
ldap_set_rebind_proc - LDAP reauthentication when chasing referrals
ldap_simple_bind, ldap_simple_bind_s - LDAP bind routines
ldap_simple_bind_s - bind and select authentication method
ldap_sort_entries, ldap_sort_values, ldap_sort_strcasecmp - LDAP sorting routines
ldap_sort_strcasecmp - case-insensitive string comparison
ldap_sort_values - sort a list of attribute values
ldap_unbind, ldap_unbind_s - LDAP bind routines
ldap_unbind_s - unbind from directory, terminate association, free resources
ldap_uncache_entry - remove requests making reference to distinguished name from cache
ldap_uncache_request - remove request identified by request ID from cache
ldap_url_parse - break up an LDAP URL string into its components
ldap_url_search - asynchronously search using LDAP URL
ldap_url_search_s - synchronously search using LDAP URL
ldap_url_search_st - synchronously search using LDAP URL and timeout
ldap_value_free - free memory allocated by ldap_get_values
ldap_value_free_len - free memory allocated by ldap_get_values