LDAP API LISTING

Introduction -- LDAP API Overview
QgldChgDirSvrA -- Change Directory Server Attributes API
QgldCfgDirSvr -- Configure Directory Server API
QgldExportLdif -- Export LDIF File API
QgldImportLdif -- Import LDIF File API
QgldLstDirSvrA -- List Directory Server Attributes API
QgldPubDirObj -- Publish Directory Object API
QgldRtvDirSvrA -- Retrieve Directory Server Attributes API
QGLDSSDD -- Synchronize System Distribution Directory to LDAP API
ldap_abandon -- Abandon (abort) an asynchronous operation
ldap_abandon_ext -- Abandon (abort) an asynchronous operation with controls
ldap_add -- Asynchronously add an entry
ldap_add_ext -- Asynchronously add an entry with controls
ldap_add_ext_s -- Synchronously add an entry with controls
ldap_add_s -- Synchronously add an entry
ldap_app_ssl_start_np -- Used to Start a Secure LDAP Connection using DCM
ldap_ber_free -- Used to free storage allocated for BerElement
ldap_bind -- Asynchronously bind to the directory
ldap_bind_s -- Synchronously bind to the directory
ldap_compare -- Asynchronous compare to a directory entry
ldap_compare_ext -- Asynchronous compare to a directory entry with controls
ldap_compare_ext_s -- Synchronous compare directory entry with controls
ldap_compare_s -- Synchronous compare directory entry
ldap_control_free -- Free a single LDAPControl structure
ldap_controls_free -- Free an array of LDAPControl structures
ldap_count_attributes -- Returns a count of the number of attributes in an LDAP entry
ldap_count_entries -- Return number of entries in a search result
ldap_count_messages -- Return number of messages in a result chain, as returned by ldap_result
ldap_count_references -- Return number of continuation reference in a chain of search results
ldap_count_values -- Return number of values that was returned by a prior call to ldap_get_values
ldap_count_values_len -- Return number of values in the array that was returned by a prior call to ldap_get_values_len
ldap_default_dn_get -- Retrieve the User's Default DN
ldap_default_dn_set -- Store the User's Default DN
ldap_delete -- Asynchronously delete an entry
ldap_delete_ext -- Asynchronously delete an entry with controls
ldap_delete_ext_s -- Synchronously delete an entry with controls
ldap_delete_s -- Synchronously delete an entry
ldap_enetwork_domain_get -- Retrieve the User's Default eNetwork Domain Name
ldap_enetwork_domain_set -- Store the User's Default eNetwork Domain Name
ldap_err2string -- Convert LDAP error indication to a string
ldap_explode_dn -- Convert a DN into its component parts
ldap_explode_rdn -- Convert a RDN into its component parts
ldap_first_attribute -- Return first attribute name in an entry
ldap_first_entry -- Return first entry in a chain of search results
ldap_first_message -- Return first message in a result chain, as returned by ldap_result
ldap_first_reference -- Return first continuation reference in a chain of search results
ldap_free_urldesc -- Frees an LDAP URL description that was obtained from a call to ldap_url_parse()
ldap_get_dn -- Extract the DN from an entry
ldap_get_entry_controls_np -- Extract server controls from an entry
ldap_get_errno -- Retrieve Error Information
ldap_get_iconv_local_codepage -- Get the Active LDAP Code Page
ldap_get_locale -- Get Active LDAP Locale
ldap_get_option -- Returns the option setting associated with an LDAP descriptor.
ldap_get_values -- Return an attribute's values
ldap_get_values_len -- Equivalent for ldap_get_values, but retrieves binary values
ldap_init -- Initializes a session with an LDAP server
ldap_is_ldap_url -- Check a URL string to see if it is an LDAP URL
ldap_memfree -- Used to free storage that has been allocated by the LDAP client library
ldap_modify -- Asynchronously modify an entry
ldap_modify_ext -- Asynchronously modify an entry with controls
ldap_modify_ext_s -- Synchronously modify an entry with controls
ldap_modify_s -- Synchronously modify an entry
ldap_modrdn -- Asynchronously modify the RDN of an entry
ldap_modrdn_s -- Synchronously modify the RDN of an entry
ldap_mods_free -- Free array of pointers to mod structures used by ldap_modify
ldap_msgfree -- Free results allocated by ldap_result, ldap_search_s, ldap_search_ext_s or ldap_search_st
ldap_msgid -- Returns the message ID associated with an LDAP message
ldap_msgtype -- Returns the type of an LDAP message
ldap_next_attribute -- Return next attribute name in an entry
ldap_next_entry -- Return next entry in a chain of search results
ldap_next_message -- Return the next message in a result chain, as returned by ldap_result
ldap_next_reference -- Return the next continuation reference in a chain of search results
ldap_open -- Open a connection to an LDAP server
ldap_parse_reference_np -- Extract information from a continuation reference
ldap_parse_result -- Extract information from results
ldap_parse_sasl_bind_result -- Extract server credentials from SASL bind results
ldap_perror -- Print an LDAP error indication to standard error
ldap_rename -- Asynchronously rename an entry
ldap_rename_s -- Synchronously rename an entry
ldap_result -- Wait for the result from an asynchronous operation
ldap_result2error -- Extract LDAP error indication from LDAP result
ldap_sasl_bind -- Asynchronously bind to the directory using the Simple Authentication Security Layer (SASL)
ldap_sasl_bind_s -- Synchronously bind to the directory using the Simple Authentication Security Layer (SASL)
ldap_search -- Asynchronously search the directory
ldap_search_ext -- Asynchronously search the directory using controls
ldap_search_ext_s -- Synchronously search the directory using controls
ldap_search_s -- Synchronously search the directory
ldap_search_st -- Synchronously search the directory with timeout
ldap_server_conf_save -- Store Server Information into Local Configuration
ldap_server_free_list -- Free the List of LDAP Servers
ldap_server_locate -- Locate Suitable LDAP Servers
ldap_set_iconv_local_charset -- Set the Active LDAP Character Set
ldap_set_iconv_local_codepage -- Set the Active LDAP Code Page
ldap_set_locale -- Change the Locale Used by LDAP
ldap_set_option -- Sets an option associated with an LDAP descriptor (ld).
ldap_set_rebind_proc -- Sets the entry-point of a routine that will be called back to obtain bind credentials when contacting a new LDAP server during the chasing of referrals
ldap_simple_bind -- Asynchronously bind to the directory using simple authentication
ldap_simple_bind_s -- Synchronously bind to the directory using simple authentication
ldap_ssl_client_init -- Initializes the SSL library
ldap_ssl_init -- Initializes an SSL connection
ldap_ssl_start -- Creates a secure SSL connection
ldap_unbind -- Asynchronously unbind from the LDAP server and close the connection
ldap_unbind_s -- Synchronously unbind from the LDAP server and close the connection.
ldap_url_parse -- Break up an LDAP URL string into its components
ldap_url_search -- Asynchronously search using an LDAP URL
ldap_url_search_s -- Synchronously search using an LDAP URL
ldap_url_search_st -- Synchronously search using an LDAP URL and a timeout
ldap_value_free -- Free memory allocated by ldap_get_values
ldap_value_free_len -- Equivalent to ldap_value_free for binary values
ldap_version -- Obtain LDAP version and SSL cipher information
ldap_xlate_local_to_unicode -- Convert String From the Local Code Page to UCS-2 (or UNICODE) Encoding
ldap_xlate_local_to_utf8 -- Convert String From the Local Code Page to UTF-8 Encoding
ldap_xlate_unicode_to_local -- Convert String From the UCS-2 (or UNICODE) Encoding to Local Code Page
ldap_xlate_utf8_to_local -- Convert String From the UTF-8 Encoding to Local Code Page


Top | LDAP Client API Error Conditions | APIs by category

[Information Center Home Page | Feedback ] [Legal | AS/400 Glossary]