Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This function initiates a synchronous add operation to a tree. For an add operation to succeed, the parent of the entry being added must already exist or the parent must be empty (equal to the distinguished name of the root).

Syntax

ULONG ldap_add_ext_s(
  LDAP* 
ld,
  UNICODE PTCHAR 
dn,
  LDAPMod* 
attrs[],
  LDAPControl** 
ServerControls,
  LDAPControl** 
ClientControls
);

Parameters

ld

[in] Session handle.

dn

[in] Distinguished name of the entry to add.

attrs

[in] Null-terminated array of pointers to LDAPModstructures. Each structure specifies a single attribute. See the Remarks section for more information.

ServerControls

[in] A list of LDAP server controls.

ClientControls

[in] A list of client controls.

Return Value

If this function succeeds, the return value is LDAP_SUCCESS.

If this function fails, it returns an error code. See the LDAP_RETCODEenumeration for a list of possible return values.

Remarks

The parameters and effects of this function include those of the ldap_add_sfunction. The extended routine includes additional parameters to support client and server controls.

Before calling ldap_add_ext_s, you must create an entry by specifying its attributes in LDAPModstructures. Set the mod_opmember of the each structure to LDAP_MOD_ADD, and set the mod_typeand mod_valsmembers as appropriate for your entry.

Upon completion of the add operation, this function returns to the caller. Use the ldap_add_extfunction if you prefer to have the operation carried out asynchronously.

In a multithreading environment, calls to ldap_add_ext_sare thread-safe.

When connecting to an LDAP 2 server, the application must perform a bind operation (by calling one of the ldap_bindor ldap_simple_bindfunctions) before attempting other operations.

Requirements

Header winldap.h
Library wldap32.lib
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.