[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: LDAP PDU



On Tue, 2002-07-09 at 11:37, James Halpin wrote:
> Hi,
> 
> Is it reasonable to assume that all LDAP requests can be contained within
> one PDU (including SLURPD replication data), expect maybe a large search
> result? I am implementing my own TCP server on a slave SLAPD, how do I find
> the size of incoming PDU packets and determine if they are segmented?

The size of every PDU is in the front of it. It is part of ASN.1 BER
format spec. Every PDU is encapsulated into ASN.1 SEQUENCE.

/Honza