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

Re: ldapsearch w/ SASL sends duplicate entries (ITS#3139)



Due to the problem discussed in ITS#3214, this "fix" for this
ITS has been backed out.

If the lower level write completely blocks, we should NOT
discard the lower level data and force a higher level
retry.  That would lead to reencoding of the higher
level data and a security layer violation.  Instead,
we have to buffer data at the lower level.

Kurt