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

Re: slapd coredumps on search (ITS#1308)



On Mon, 3 Sep 2001 masarati@aero.polimi.it wrote:

> > Slapd coredumps when searching using filter:
> > "(&(aktivkund=xxx)(hostaccess=xxx)(uid=xxx))" with specific values instead of
> > the xxx's. Changing order of filter fields or search values causes everything to
> > work fine. Removing "index hostaccess eq" from config-file also "fixes" the
> > problem, as do
> > re-indexing the database.
> >
> > Running:
> > openldap 2.0.7 & 2.0.11 on RedHat 6.2 (both RPM and tgz tested)
> > gdbm 1.8.0
>
> Did you try with 2.0.12? I think there have been some fixes in that area.
> By the way, what's the definition of the unusual attributes you're
> mentioning?
>
> Pierangelo.
>

I just tried with 2.0.12 and it segfaulted just like the others.

aktivkund:

EQUALITY booleanMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE


hostaccess:

EQUALITY caseExactIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26

Artur