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

Re: More stranges in database...



At 09:33 PM 5/22/00 +0200, Turbo Fredriksson wrote:
>I must be doing something really weird with my databases. I administer
>two machines, our production server and my private machine. The previous
>problems where with a to big (!?!) database on my private machine. This
>time it's the production machine!!!
>
>I can't search with wild cards any more!!!
>
>Any idea what can cause this?
>
>----- s n i p -----
>[donald.pts/3]$ ldapsearch uid=turbo dn
>uid=turbo,ou=Users,o=Air2Net,c=SE
>[donald.pts/3]$ ldapsearch 'uid=t*' dn
>[donald.pts/3]$ ldapsearch 'uid=t.*' dn
>[donald.pts/3]$ 
>----- s n i p -----

Assuming the entry has an attribute uid with a value that starts
with a t, the second search should have returned the entry.
Given that it didn't, I assume your indices are hosed.  Use
ldbmindex to regenerate.