[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: strange behavior of openldap: missing record in ldapsearch
On Thursday 07 May 2009 05:46:44 Zhang Weiwu wrote:
> First there is a record with value that fits (businessCategory=C16.1*),
> verified in STEP 1, second, searching with '(businessCategory=C16.1*)'
> couldn't find it, demonstrated in STEP2.
Did you add an index statement to slapd.conf for businessCategory, and forget
to actually index the existing entries (by running slapindex)? That will
always result in the behaviour you see.
Regards,
Buchan