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

Re: err=20 when rdn attr name is different that attr name in object (ITS#1997)



At 11:51 AM 2002-08-07, kmccarthy@senets.com wrote:
>The "two version" simply differ by case.

But there are two versions of the attribute in the Add
request PDU.

>This should be handled properly by slapd.

slapd is properly returning an error.  The request
PDU is malformed.

The bug is on the client side.  Where the case differs
between the identifier in RDN and the distinguished attribute
of the entry, the client is adding another instance of the
attribute to the PDU.  A PDU with multiple instances of
an attribute is invalid.

Kurt