(3ldap) - LDAP library routines

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 operations
ldap_add_s
perform an LDAP add operation
ldap_bind
LDAP bind routines
ldap_bind_s
bind and select authentication method
ldap_compare
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 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 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
step through LDAP entry attributes
ldap_first_entry
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 unfriendly to friendly name mapping routine
ldap_get_dn
LDAP DN handling routines
ldap_get_option
control aspects of an LDAP session
ldap_get_values
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 Uniform Resource Locator routines
ldap_modify
perform an LDAP modify operation
ldap_modify_s
synchronous modify an entry
ldap_modrdn
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 protocol error handling routines
ldap_result
wait for result of LDAP operation
ldap_result2error
extract LDAP error indication from LDAP result
ldap_search
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 bind routines
ldap_simple_bind_s
bind and select authentication method
ldap_sort_entries
LDAP sorting routines
ldap_sort_strcasecmp
case-insensitive string comparison
ldap_sort_values
sort a list of attribute values
ldap_unbind
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