Hi,
I have indexed my mdb by:
slapcat -f slapd.conf -q
After that, I can find entries quickly with the filter:
mail=viet...@example.com
But I cannot find the entry:
mail=viet2000000@example.com,dc=example,dc=com
with that filter.
However, I can search that entry with other filter:
mail=viet200000*@example.com
My slapd.conf:
index mail eq
Thanks,
Viet
--On Wednesday, February 20, 2013 3:19 PM +0700 Vit Dua vitdua@gmail.com wrote:
Hi,
I have indexed my mdb by:
slapcat -f slapd.conf -q
It is a known issue if toolthreads is > 2 with back-mdb in 2.4.33 or RE24 until today that the index generation is broken. Get current RE24 and that issue will not occur.
--Quanah
--
Quanah Gibson-Mount Sr. Member of Technical Staff Zimbra, Inc A Division of VMware, Inc. -------------------- Zimbra :: the leader in open source messaging and collaboration
Hi Quanah,
I think the entry is missing from index, too.
I used slapd.conf file. There is no tool-threads config so that it is 1 by default.
Sorry, what does RE24 mean?
I compile openldap from:
ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.33.tgz
I am trying to use slapindex without -q.
Viet
On 02/20/2013 05:47 PM, Quanah Gibson-Mount wrote:
--On Wednesday, February 20, 2013 3:19 PM +0700 Vit Dua vitdua@gmail.com wrote:
Hi,
I have indexed my mdb by:
slapcat -f slapd.conf -q
It is a known issue if toolthreads is > 2 with back-mdb in 2.4.33 or RE24 until today that the index generation is broken. Get current RE24 and that issue will not occur.
--Quanah
--
Quanah Gibson-Mount Sr. Member of Technical Staff Zimbra, Inc A Division of VMware, Inc.
Zimbra :: the leader in open source messaging and collaboration
--On Wednesday, February 20, 2013 05:56:47 PM +0700 Vit Dua vitdua@gmail.com wrote:
Hi Quanah,
I think the entry is missing from index, too.
I used slapd.conf file. There is no tool-threads config so that it is 1 by default.
Sorry, what does RE24 mean?
Quanah is telling you to pull the source from the git repository. See http://www.openldap.org/software/repo.html
I compile openldap from:
ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.33.tgz
I am trying to use slapindex without -q.
The -q should not affect this problem. Why not just expectly set tool threads to 2 and read the database?
Bill
Viet
On 02/20/2013 05:47 PM, Quanah Gibson-Mount wrote:
--On Wednesday, February 20, 2013 3:19 PM +0700 Vit Dua vitdua@gmail.com wrote:
Hi,
I have indexed my mdb by:
slapcat -f slapd.conf -q
It is a known issue if toolthreads is > 2 with back-mdb in 2.4.33 or RE24 until today that the index generation is broken. Get current RE24 and that issue will not occur.
--Quanah
--
Quanah Gibson-Mount Sr. Member of Technical Staff Zimbra, Inc A Division of VMware, Inc.
Zimbra :: the leader in open source messaging and collaboration
--On Thursday, February 21, 2013 1:37 AM -0800 Bill MacAllister whm@stanford.edu wrote:
--On Wednesday, February 20, 2013 05:56:47 PM +0700 Vit Dua vitdua@gmail.com wrote:
Hi Quanah,
I think the entry is missing from index, too.
I used slapd.conf file. There is no tool-threads config so that it is 1 by default.
Sorry, what does RE24 mean?
Quanah is telling you to pull the source from the git repository. See http://www.openldap.org/software/repo.html
Yes. Please get the current RE24 as of today, and reload your MDB db with that build.
--Quanah
--
Quanah Gibson-Mount Sr. Member of Technical Staff Zimbra, Inc A Division of VMware, Inc. -------------------- Zimbra :: the leader in open source messaging and collaboration
openldap-technical@openldap.org