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

Re: trouble with filter



At 04:15 AM 11/15/2006, Giulio Federici wrote:
>test:~# ldapsearch -x -D "cn=admin,dc=burp" -w <xxx> -s sub -b "dc=burp" "(objectClass=*o*)"

Substring assertions are only sensible where the attribute type's
values are strings (as opposed to represented as strings) and has
been defined with an appropriate substrings matching rule.  Values
of objectClass attribute are OIDs and sensibly the objectClass
is defined with no substrings matching rule.  Hence, slapd(8)
properly regards the assertion as Undefined and the filter
evaluates to False.

-- Kurt