[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
bdb_equality_candidates warning
- To: openldap-technical@openldap.org
- Subject: bdb_equality_candidates warning
- From: Gustavo Mendes de Carvalho <gmcarvalho@gmail.com>
- Date: Mon, 27 Apr 2009 15:59:05 -0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=emF+wE1ghsLspag6BhRnh9fuRyFMlitqhsj/hQ64ZAs=; b=cdp6aI2bKSA3Ao9dHpsIyJHhW6JrsV8ovxWJA27UcqQ0E3cS5UOWzeItNe5CY5i7sC EMmlg2wrPGof3bK4vLagSkCttntgnljESUzjBhpWDwVL57wRtleVyGPEQ9qiZ7DoMVj5 u82tn3nughPQnmePAg8lCn+NaKe/VYMK9QB48=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=trBiCVB5Jcp5Sdm5frAVICuYKkWGzEHyZ3MwKBKaD/72CcX8p/1BMAA+77MHn+TDZF ziRe9nyNgCvOKFbamfV9Vne2ASmJWXf5e19UmHucgC0dxw4KbLGho3xJGFoXhLXxJWdK SA/6JRcGjVWtllbOLHAQDPC/opC7YEoJpEuSI=
Hi there,
I have an OpenLDAP server version 2.3.39, and recentrly (I mean, since last friday) I noticed some delay when athenticating against LDAP base.
I got this messages in ldap.log file
Apr 27 15:46:39 ldap01 slapd[4445]: <= bdb_equality_candidates: (uniqueMember) not indexed
Apr 27 15:46:46 ldap01 slapd[4445]: <= bdb_equality_candidates: (uniqueMember) not indexed
Apr 27 15:46:48 ldap01 slapd[4445]: <= bdb_equality_candidates: (uniqueMember) not indexed
Apr 27 15:46:54 ldap01 slapd[4445]: <= bdb_equality_candidates: (uniqueMember) not indexed
Apr 27 15:46:53 ldap01 slapd[4445]: <= bdb_equality_candidates: (uniqueMember) not indexed
Apr 27 15:46:56 ldap01 slapd[4445]: <= bdb_equality_candidates: (uniqueMember) not indexed
Apr 27 15:46:58 ldap01 slapd[4445]: <= bdb_equality_candidates: (uniqueMember) not indexed
This is my slapd.conf related to indexes
#######################################################################
# Indexes
#######################################################################
index objectClass eq,pres
index uid,memberUid eq,pres,sub
I already checked for duplicate entries in ldif file, but I got nothing.
Does anybody has some tip about it ? Which entry do I have to index to avoid this message ? Is there any way to find out which index is it caliming for ?
Thanks in advance
--
Gustavo Mendes de Carvalho
e-mail: gmcarvalho@gmail.com