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

Re: (ITS#8251) slapd fails schema parsing with double quotes in DESC



> On Sep 22, 2015, at 10:37 AM, michael@stroeder.com wrote:
>=20
> Kurt Zeilenga wrote:
>>=20
>>> On Sep 22, 2015, at 12:14 AM, michael@stroeder.com wrote:
>>>=20
>>> Current re24 branch does not accept the following schema description =
with double
>>> quote in DESC anymore (which works with 2.4.42)
>>=20
>> And it shouldn=E2=80=99t,  per RFC 4512.
>=20
> Please be more verbose.
>=20
> Assuming I'm not mis-reading [1] it allows double quotes in qdstring =
(enclosed
> in single quotes).

You are misreading [1]. the dstring production does not allow the =E2=80=98=
 or =E2=80=9C to appear in it.
Instead, \27 is to be used for =E2=80=9C and either \5C or \5c is to be =
used for =E2=80=98.

=E2=80=94 Kurt=