Overview#
AddRequest is the
LDAP Message for a
request to
create an
LDAP Entry
Add Request LDAP#
The
LDAP add operation can be used to create an
LDAP Entry in the
DIT. The Add Request
LDAP Protocol Mechanism is defined as follows:
AddRequest ::= [APPLICATION 8] SEQUENCE
{
entry LDAPDN,
attributes AttributeList
}
The elements included in this request include the DN of the entry to add and the set of attributes to include in that entry.
The response to an LDAP Add Request is a LDAP Result element consisting of an Add Response.
There might be more information for this subject on one of the following: