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

Re: (ITS#4539) ldapsearch invalid result




--On Thursday, May 11, 2006 2:43 PM +0000 jroze@gipsis.fr wrote:

I suggest you follow up with the openldap-software@openldap.org list.  This 
does not look like a bug.

># Other informations
>
> - ACL :
> access to * by write
>         by self write
>         by users read
>         by anonymous read

This ACL doesn't make sense.  Did you mean:

access to *
	by self write
	by users read
	by anonymous read

perhaps?

> - Indexes on uid attribute :
> index   uid                                      pres,eq

Did you add this index after loading your database?  If so, you have to 
stop slapd and run slapindex to regenerate the indices.


> - Database configuration:
> database        ldbm
> checkpoint      1024    5
> cachesize       10000
> suffix          "dc=gipsis,dc=fr"
>
>
> Thanks for your further help

Upgrade your version of OpenLDAP.  2.3.4 is ancient and had many many bugs.

I'll also note it is recommended not to use LDBM (it will in fact be 
removed from OpenLDAP 2.4).  I would suggest using bdb instead.

--Quanah

--
Quanah Gibson-Mount
Principal Software Developer
ITS/Shared Application Services
Stanford University
GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html