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

Re: Filter expression!



Pierangelo Masarati wrote:

> Mikael Grehn wrote:
>
> > (&(facsimileTelephoneNumber=0701234567)(|(objectClass=top)(.......)))
> >
> > (the "...":s symbols a huge number of additional objectClass
> > filter pieces)
> >
> > the first filter piece is exchanged and in my backend function
> > I get:
> >
> > (&(badfilter)(|(objectClass=top)(.......)))
>
> There is no match rule for such attribute:
>
> <quoting core.schema>
> attributetype ( 2.5.4.23 NAME ( 'facsimileTelephoneNumber' 'fax' )
>        SYNTAX 1.3.6.1.4.1.1466.115.121.1.22 )
> </quoting>
>
> that's why your filter is malformed.
>

Thank you for the quick reply.

I was(am) used to the "old" openLdap version (1.x.x) where this kind of
matching rulse didnt exist (atleast didnt affect my backend for such filters as
mentioned above). I guess I must extend the core.schema file so this/these
attribute have a proper matching rule aswell.

I will use the software list next time...thanks for guiding me.

Sincerely
Mikael