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 39 lines
A [LDAP Extended Request|Supported Extension|SupportedExtension]:
Defined in [RFC 4373|http://www.ietf.org/rfc/rfc4373.txt] and referenced in the [now expired IETF drafts|http://tools.ietf.org/id/draft-ietf-ldup-framing-00.txt]
{{{
4.1 StartFramedProtocolRequest Extended Operation
The StartFramedProtocolRequest extended operation indicates that the
initiator wishes to begin transmission of a set of related LDAP
operations. The requestValue of the StartFramedProtocolRequest
extended operation contains an OID that describes the specific framed
protocol being initiated, and a protocol-specific payload.
An LDAPv3 Extended Request is defined in [LDAPv3] as follows:
ExtendedRequest ::= [APPLICATION 23] SEQUENCE {
requestName [0] LDAPOID,
requestValue [1] OCTET STRING OPTIONAL
}
The requestName portion of the StartFramedProtocolRequest must be the
OID "2.16.840.1.113719.1.142.100.1".
The requestValue of the StartFramedProtocolRequest must be set to the
BER-encoding of the following:
StartFramedProtocolRequestValue ::= SEQUENCE {
framedProtocolOID LDAPOID,
framedProtocolPayload OPTIONAL OCTET STRING
}
The parameters in the requestValue of the StartFramedProtocolRequest
are:
- framedProtocolOID: An OID that uniquely identifies the protocol
framed by this operation. - framedProtocolPayload: An octet
string that contains protocol-specific
information.
}}}