home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 March B
/
SCO_CASTOR4RRT.iso
/
BASEman
/
root.11
/
usr
/
lib
/
scohelp
/
en_US.ISO8859-1
/
man
/
html.3ldap
/
man.3ldap.node
< prev
Wrap
Text File
|
1998-08-19
|
7KB
|
181 lines
Intro.3ldap.html:
Title = Intro(3ldap)
Version = 1.0
Name = Intro - Lightweight Directory Access Protocol library functions
IndexEntry = intro - Lightweight Directory Access Protocol library functions
lber-decode.3ldap.html:
Title = lber-decode(3ldap)
Version = 1.0
Name = lber-decode - LBER simplified decoding library routines
lber-encode.3ldap.html:
Title = lber-encode(3ldap)
Version = 1.0
Name = lber-encode - LBER simplified encoding library routines
ldap_abandon.3ldap.html:
Title = ldap_abandon(3ldap)
Version = 1.0
Name = ldap_abandon - abandon LDAP operation in progress
ldap_add.3ldap.html:
Title = ldap_add(3ldap)
Version = 1.0
Name = ldap_add, ldap_add_s - LDAP add operations
SubName = ldap_add_s - perform an LDAP add operation
ldap_bind.3ldap.html:
Title = ldap_bind(3ldap)
Version = 1.0
Name = ldap_bind, ldap_bind_s - LDAP bind routines
SubName = ldap_bind_s - bind and select authentication method
ldap_compare.3ldap.html:
Title = ldap_compare(3ldap)
Version = 1.0
Name = ldap_compare, ldap_compare_s - LDAP compare operations
SubName = ldap_compare_s - synchronous LDAP compare operation
ldap_delete.3ldap.html:
Title = ldap_delete(3ldap)
Version = 1.0
Name = ldap_delete, ldap_delete_s - LDAP delete operations
SubName = ldap_delete_s - synchronous LDAP delete operation
ldap_enable_cache.3ldap.html:
Title = ldap_enable_cache(3ldap)
Version = 1.0
Name = 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
SubName = ldap_disable_cache - temporarily disable cache
SubName = ldap_destroy_cache - turn off caching and completely remove cache from memory
SubName = ldap_flush_cache - delete cache contents
SubName = ldap_uncache_entry - remove requests making reference to distinguished name from cache
SubName = ldap_uncache_request - remove request identified by request ID from cache
SubName = ldap_set_cache_options - change caching behavior
ldap_first_attribute.3ldap.html:
Title = ldap_first_attribute(3ldap)
Version = 1.0
Name = ldap_first_attribute, ldap_next_attribute - step through LDAP entry attributes
SubName = ldap_next_attribute - return next attribute name in an entry
ldap_first_entry.3ldap.html:
Title = ldap_first_entry(3ldap)
Version = 1.0
Name = ldap_first_entry, ldap_next_entry, ldap_count_entries - LDAP result entry parsing and counting routines
SubName = ldap_next_entry - return next entry in a chain of search results
SubName = ldap_count_entries - return number of entries in search result
ldap_friendly_name.3ldap.html:
Title = ldap_friendly_name(3ldap)
Version = 1.0
Name = ldap_friendly_name, ldap_free_friendlymap - LDAP unfriendly to friendly name mapping routine
SubName = ldap_free_friendlymap - free resources used by ldap_friendly_name
ldap_get_dn.3ldap.html:
Title = ldap_get_dn(3ldap)
Version = 1.0
Name = ldap_get_dn, ldap_explode_dn, ldap_dn2ufn, ldap_is_dns_dn, ldap_explode_dns - LDAP DN handling routines
SubName = ldap_explode_dn - convert a DN into its component parts
SubName = ldap_dn2ufn - convert a DN into user-friendly form
SubName = ldap_is_dns_dn - check whether DN is DNS style
SubName = ldap_explode_dns - convert a DNS style DN into its component parts
ldap_get_option.3ldap.html:
Title = ldap_get_option(3ldap)
Version = 1.0
Name = ldap_get_option, ldap_set_option - control aspects of an LDAP session
SubName = ldap_set_option - set the value of a session-wide LDAP parameter
ldap_get_values.3ldap.html:
Title = ldap_get_values(3ldap)
Version = 1.0
Name = 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
SubName = ldap_get_values_len - return an attribute's value with length
SubName = ldap_count_values - return the number of values
SubName = ldap_count_values_len - return the number of values
SubName = ldap_value_free - free memory allocated by ldap_get_values
SubName = ldap_value_free_len - free memory allocated by ldap_get_values
ldap_init.3ldap.html:
Title = ldap_init(3ldap)
Version = 1.0
Name = ldap_init - initialize LDAP library
ldap_is_ldap_url.3ldap.html:
Title = ldap_is_ldap_url(3ldap)
Version = 1.0
Name = 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
SubName = ldap_url_parse - break up an LDAP URL string into its components
SubName = ldap_free_urldesc - free an LDAP URL description obtained from ldap_url_parse
SubName = ldap_url_search - asynchronously search using LDAP URL
SubName = ldap_url_search_s - synchronously search using LDAP URL
SubName = ldap_url_search_st - synchronously search using LDAP URL and timeout
ldap_modify.3ldap.html:
Title = ldap_modify(3ldap)
Version = 1.0
Name = ldap_modify, ldap_modify_s, ldap_mods_free - perform an LDAP modify operation
SubName = ldap_modify_s - synchronous modify an entry
SubName = ldap_mods_free - free array of pointers to LDAP structuresused by ldap_modify
ldap_modrdn.3ldap.html:
Title = ldap_modrdn(3ldap)
Version = 1.0
Name = ldap_modrdn, ldap_modrdn_s, ldap_modrdn2, ldap_modrdn2_s - perform an LDAP modify RDN operation
SubName = ldap_modrdn_s - synchronously modify the RDN of an entry: obsolete
SubName = ldap_modrdn2 - asynchronously modify the RDN of an entry
SubName = ldap_modrdn2_s - synchronously modify the RDN of an entry
ldap_open.3ldap.html:
Title = ldap_open(3ldap)
Version = 1.0
Name = ldap_open - initialize LDAP library
ldap_perror.3ldap.html:
Title = ldap_perror(3ldap)
Version = 1.0
Name = ldap_perror, ldap_result2error, ldap_errlist, ldap_err2string - LDAP protocol error handling routines
SubName = ldap_result2error - extract LDAP error indication from LDAP result
SubName = ldap_errlist - list of LDAP errors and their meanings
SubName = ldap_err2string - convert LDAP error indication to a string
ldap_result.3ldap.html:
Title = ldap_result(3ldap)
Version = 1.0
Name = ldap_result, ldap_msgfree - wait for result of LDAP operation
SubName = ldap_msgfree - free results allocated by ldap_result
ldap_search.3ldap.html:
Title = ldap_search(3ldap)
Version = 1.0
Name = ldap_search, ldap_search_s, ldap_search_st - LDAP search operations
SubName = ldap_search_s - synchronously search the directory
SubName = ldap_search_st - synchronously search the directory with timeout
ldap_set_rebind_proc.3ldap.html:
Title = ldap_set_rebind_proc(3ldap)
Version = 1.0
Name = ldap_set_rebind_proc - LDAP reauthentication when chasing referrals
ldap_simple_bind.3ldap.html:
Title = ldap_simple_bind(3ldap)
Version = 1.0
Name = ldap_simple_bind, ldap_simple_bind_s - LDAP bind routines
SubName = ldap_simple_bind_s - bind and select authentication method
ldap_sort_entries.3ldap.html:
Title = ldap_sort_entries(3ldap)
Version = 1.0
Name = ldap_sort_entries, ldap_sort_values, ldap_sort_strcasecmp - LDAP sorting routines
SubName = ldap_sort_values - sort a list of attribute values
SubName = ldap_sort_strcasecmp - case-insensitive string comparison
ldap_unbind.3ldap.html:
Title = ldap_unbind(3ldap)
Version = 1.0
Name = ldap_unbind, ldap_unbind_s - LDAP bind routines
SubName = ldap_unbind_s - unbind from directory, terminate association, free resources