This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 22 lines
!!! 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' }]