--On Tuesday, July 13, 2004 12:19 PM -0400 Josiah Ritchie
<jritchie@bible.edu> wrote:
> I'm trying to configure phpldapadmin to authenticate users from LDAP.
> I'm seeing the following in my logs.
>
> Jul 13 07:11:12 localhost slapd[2481]: conn=1 fd=12 ACCEPT from
> IP=127.0.0.1:33073 (IP=0.0.0.0:389)
> Jul 13 07:11:12 localhost slapd[2483]: conn=1 op=0 BIND dn=""
> method=128 Jul 13 07:11:12 localhost slapd[2483]: conn=1 op=0 RESULT
> tag=97 err=0 text=
> Jul 13 07:11:12 localhost slapd[2483]: conn=1 op=1 SRCH
> base="dc=cougarnet,dc=bible,dc=edu" scope=2
> filter="(uid=JosiahRitchie)" Jul 13 07:11:12 localhost slapd[2483]:
> conn=1 op=1 SRCH attr=dn Jul 13 07:11:12 localhost slapd[2483]: <=
> bdb_equality_candidates: (uid) index_param failed (18)
> Jul 13 07:11:12 localhost slapd[2483]: conn=1 op=1 SEARCH RESULT
> tag=101 err=0 nentries=0 text=
> Jul 13 07:11:12 localhost slapd[2483]: conn=1 op=2 UNBIND
> Jul 13 07:11:12 localhost slapd[2483]: conn=1 fd=12 closed
You are doing an equality search on uid ("uid=josiahritchie") but you
don't have an equality index for uid, which is why it is saying the
indexing is failing.