Hello,
Can we index uniquemember in openldap-2.3.32 & BDB 4.5.20?
index uniquemember eq,pres
Thank you
-----Original Message----- From: Christian Marg [mailto:marg@rz.tu-clausthal.de] Sent: Wednesday, August 08, 2007 12:15 AM To: Suresh, Babu; openldap-its@openldap.org Subject: Re: (ITS#5078) slapd high cpu usage
Hello,
Babu.Suresh@pacificlife.com wrote:
bdb_db_open: Warning - No DB_CONFIG file found in directory=20 Expect poor performance for suffix o=3Dpacificlife.com.
Well, slapd even gives you hints for better performance...
<=3D bdb_equality_candidates: (uid) index_param failed (18) <=3D bdb_equality_candidates: (cn) index_param failed (18) <=3D bdb_equality_candidates: (uniqueMember) index_param failed (18)
Obviously there are some indices missing in the Database. First add configuration for indices cn, uniquemember then re-index/rebuild database.
bye Christian