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

Re: Solved: index_param failed



On Thu, Jan 27, 2005 at 06:24:49PM +0100, Farkas Levente wrote:
> this is not a solution in my case. there is not any entry which are both
> in passwd and ldap, but i still got the error message:
> <= bdb_equality_candidates: (uniqueMember) index_param failed (18)
> anybody knows the solution?

nss_ldap was compiled with rfc2307bis support. This means that it will try
to resolve group membership via the "old" way (rfc2307 and posixGroup as
a structural class) and via the "new" way (rfc2307bis), which involves a
lookup for the uniqueMember attribute.

OpenLDAP is logging this message because there is no index for uniqueMember,
even though you do not even have this attribute (if I'm correct: sorry, I'm
not following this thread closely).