!!! Overview
AddRequest is the [LDAP Message] for a [request] to [create] an [LDAP Entry]


!! [{$pagename}] [LDAP]
The [LDAP] add operation can be used to create an [LDAP Entry] in the [DIT].  The [{$pagename}] [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] [{$pagename}] is a [LDAP Result] element consisting of an [Add Response].


!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]