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   
Text File  |  1998-08-19  |  7KB  |  181 lines

  1.  
  2. Intro.3ldap.html:
  3.     Title = Intro(3ldap)
  4.     Version = 1.0
  5.     Name = Intro - Lightweight Directory Access Protocol library functions
  6.     IndexEntry = intro - Lightweight Directory Access Protocol library functions
  7.  
  8. lber-decode.3ldap.html:
  9.     Title = lber-decode(3ldap)
  10.     Version = 1.0
  11.     Name = lber-decode - LBER simplified decoding library routines
  12.  
  13. lber-encode.3ldap.html:
  14.     Title = lber-encode(3ldap)
  15.     Version = 1.0
  16.     Name = lber-encode - LBER simplified encoding library routines
  17.  
  18. ldap_abandon.3ldap.html:
  19.     Title = ldap_abandon(3ldap)
  20.     Version = 1.0
  21.     Name = ldap_abandon - abandon LDAP operation in progress
  22.  
  23. ldap_add.3ldap.html:
  24.     Title = ldap_add(3ldap)
  25.     Version = 1.0
  26.     Name = ldap_add, ldap_add_s - LDAP add operations
  27.     SubName = ldap_add_s - perform an LDAP add operation
  28.  
  29. ldap_bind.3ldap.html:
  30.     Title = ldap_bind(3ldap)
  31.     Version = 1.0
  32.     Name = ldap_bind, ldap_bind_s - LDAP bind routines
  33.     SubName = ldap_bind_s - bind and select authentication method
  34.  
  35. ldap_compare.3ldap.html:
  36.     Title = ldap_compare(3ldap)
  37.     Version = 1.0
  38.     Name = ldap_compare, ldap_compare_s - LDAP compare operations
  39.     SubName = ldap_compare_s - synchronous LDAP compare operation
  40.  
  41. ldap_delete.3ldap.html:
  42.     Title = ldap_delete(3ldap)
  43.     Version = 1.0
  44.     Name = ldap_delete, ldap_delete_s - LDAP delete operations
  45.     SubName = ldap_delete_s - synchronous LDAP delete operation
  46.  
  47. ldap_enable_cache.3ldap.html:
  48.     Title = ldap_enable_cache(3ldap)
  49.     Version = 1.0
  50.     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
  51.     SubName = ldap_disable_cache - temporarily disable cache
  52.     SubName = ldap_destroy_cache - turn off caching and completely remove cache from memory
  53.     SubName = ldap_flush_cache - delete cache contents
  54.     SubName = ldap_uncache_entry - remove requests making reference to distinguished name from cache
  55.     SubName = ldap_uncache_request - remove request identified by request ID from cache
  56.     SubName = ldap_set_cache_options - change caching behavior
  57.  
  58. ldap_first_attribute.3ldap.html:
  59.     Title = ldap_first_attribute(3ldap)
  60.     Version = 1.0
  61.     Name = ldap_first_attribute, ldap_next_attribute - step through LDAP entry attributes
  62.     SubName = ldap_next_attribute - return next attribute name in an entry
  63.  
  64. ldap_first_entry.3ldap.html:
  65.     Title = ldap_first_entry(3ldap)
  66.     Version = 1.0
  67.     Name = ldap_first_entry, ldap_next_entry, ldap_count_entries - LDAP result entry parsing and counting routines
  68.     SubName = ldap_next_entry - return next entry in a chain of search results
  69.     SubName = ldap_count_entries - return number of entries in search result
  70.  
  71. ldap_friendly_name.3ldap.html:
  72.     Title = ldap_friendly_name(3ldap)
  73.     Version = 1.0
  74.     Name = ldap_friendly_name, ldap_free_friendlymap - LDAP unfriendly to friendly name mapping routine
  75.     SubName = ldap_free_friendlymap - free resources used by ldap_friendly_name
  76.  
  77. ldap_get_dn.3ldap.html:
  78.     Title = ldap_get_dn(3ldap)
  79.     Version = 1.0
  80.     Name = ldap_get_dn, ldap_explode_dn, ldap_dn2ufn, ldap_is_dns_dn, ldap_explode_dns - LDAP DN handling routines
  81.     SubName = ldap_explode_dn - convert a DN into its component parts
  82.     SubName = ldap_dn2ufn - convert a DN into user-friendly form
  83.     SubName = ldap_is_dns_dn - check whether DN is DNS style
  84.     SubName = ldap_explode_dns - convert a DNS style DN into its component parts
  85.  
  86. ldap_get_option.3ldap.html:
  87.     Title = ldap_get_option(3ldap)
  88.     Version = 1.0
  89.     Name = ldap_get_option, ldap_set_option - control aspects of an LDAP session
  90.     SubName = ldap_set_option - set the value of a session-wide LDAP parameter
  91.  
  92. ldap_get_values.3ldap.html:
  93.     Title = ldap_get_values(3ldap)
  94.     Version = 1.0
  95.     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
  96.     SubName = ldap_get_values_len - return an attribute's value with length
  97.     SubName = ldap_count_values - return the number of values
  98.     SubName = ldap_count_values_len - return the number of values
  99.     SubName = ldap_value_free - free memory allocated by ldap_get_values
  100.     SubName = ldap_value_free_len - free memory allocated by ldap_get_values
  101.  
  102. ldap_init.3ldap.html:
  103.     Title = ldap_init(3ldap)
  104.     Version = 1.0
  105.     Name = ldap_init - initialize LDAP library
  106.  
  107. ldap_is_ldap_url.3ldap.html:
  108.     Title = ldap_is_ldap_url(3ldap)
  109.     Version = 1.0
  110.     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
  111.     SubName = ldap_url_parse - break up an LDAP URL string into its components
  112.     SubName = ldap_free_urldesc - free an LDAP URL description obtained from ldap_url_parse
  113.     SubName = ldap_url_search - asynchronously search using LDAP URL
  114.     SubName = ldap_url_search_s - synchronously search using LDAP URL
  115.     SubName = ldap_url_search_st - synchronously search using LDAP URL and timeout
  116.  
  117. ldap_modify.3ldap.html:
  118.     Title = ldap_modify(3ldap)
  119.     Version = 1.0
  120.     Name = ldap_modify, ldap_modify_s, ldap_mods_free - perform an LDAP modify operation
  121.     SubName = ldap_modify_s - synchronous modify an entry
  122.     SubName = ldap_mods_free - free array of pointers to LDAP structuresused by ldap_modify
  123.  
  124. ldap_modrdn.3ldap.html:
  125.     Title = ldap_modrdn(3ldap)
  126.     Version = 1.0
  127.     Name = ldap_modrdn, ldap_modrdn_s, ldap_modrdn2, ldap_modrdn2_s - perform an LDAP modify RDN operation
  128.     SubName = ldap_modrdn_s - synchronously modify the RDN of an entry: obsolete
  129.     SubName = ldap_modrdn2 - asynchronously modify the RDN of an entry
  130.     SubName = ldap_modrdn2_s - synchronously modify the RDN of an entry
  131.  
  132. ldap_open.3ldap.html:
  133.     Title = ldap_open(3ldap)
  134.     Version = 1.0
  135.     Name = ldap_open - initialize LDAP library
  136.  
  137. ldap_perror.3ldap.html:
  138.     Title = ldap_perror(3ldap)
  139.     Version = 1.0
  140.     Name = ldap_perror, ldap_result2error, ldap_errlist, ldap_err2string - LDAP protocol error handling routines
  141.     SubName = ldap_result2error - extract LDAP error indication from LDAP result
  142.     SubName = ldap_errlist - list of LDAP errors and their meanings
  143.     SubName = ldap_err2string - convert LDAP error indication to a string
  144.  
  145. ldap_result.3ldap.html:
  146.     Title = ldap_result(3ldap)
  147.     Version = 1.0
  148.     Name = ldap_result, ldap_msgfree - wait for result of LDAP operation
  149.     SubName = ldap_msgfree - free results allocated by ldap_result
  150.  
  151. ldap_search.3ldap.html:
  152.     Title = ldap_search(3ldap)
  153.     Version = 1.0
  154.     Name = ldap_search, ldap_search_s, ldap_search_st - LDAP search operations
  155.     SubName = ldap_search_s - synchronously search the directory
  156.     SubName = ldap_search_st - synchronously search the directory with timeout
  157.  
  158. ldap_set_rebind_proc.3ldap.html:
  159.     Title = ldap_set_rebind_proc(3ldap)
  160.     Version = 1.0
  161.     Name = ldap_set_rebind_proc - LDAP reauthentication when chasing referrals
  162.  
  163. ldap_simple_bind.3ldap.html:
  164.     Title = ldap_simple_bind(3ldap)
  165.     Version = 1.0
  166.     Name = ldap_simple_bind, ldap_simple_bind_s - LDAP bind routines
  167.     SubName = ldap_simple_bind_s - bind and select authentication method
  168.  
  169. ldap_sort_entries.3ldap.html:
  170.     Title = ldap_sort_entries(3ldap)
  171.     Version = 1.0
  172.     Name = ldap_sort_entries, ldap_sort_values, ldap_sort_strcasecmp - LDAP sorting routines
  173.     SubName = ldap_sort_values - sort a list of attribute values
  174.     SubName = ldap_sort_strcasecmp - case-insensitive string comparison
  175.  
  176. ldap_unbind.3ldap.html:
  177.     Title = ldap_unbind(3ldap)
  178.     Version = 1.0
  179.     Name = ldap_unbind, ldap_unbind_s - LDAP bind routines
  180.     SubName = ldap_unbind_s - unbind from directory, terminate association, free resources
  181.