Zentyal Forum, Linux Small Business Server

Zentyal Server => Installation and Upgrades => Topic started by: kangoo on February 09, 2010, 07:53:17 am

Title: slapd problem
Post by: kangoo on February 09, 2010, 07:53:17 am
hi,

i installed ebox 1.3.19 and now i did a upgrade to 1.4.1.

in both cases i have always the same problems. the log becomes full with this entries.

Feb  9 07:46:15 ebox slapd[16136]: <= bdb_equality_candidates: (sambaSID) not indexed
Feb  9 07:46:15 ebox slapd[16136]: <= bdb_equality_candidates: (gidNumber) not indexed
Feb  9 07:46:15 ebox slapd[16136]: <= bdb_equality_candidates: (sambaSID) not indexed
Feb  9 07:46:15 ebox slapd[16136]: <= bdb_equality_candidates: (sambaSID) not indexed
Feb  9 07:46:15 ebox slapd[16136]: <= bdb_equality_candidates: (uniqueMember) not indexed

need help.

thanks
kangoo
Title: Re: slapd problem
Post by: thomas on June 28, 2010, 11:45:52 pm
I know that this is an old topic, but it is good to have a reply

Stop slapd
/etc/init.d/slapd stop

Edit /etc/ldap/slapd.conf
and append under the existing 'index' line the following line

index sambaSID,gidNumber      eq

The start the indexing
slapindex

change permissions
chown openldap:openldap /var/lib/ldap/*

Restart slapd
/etc/init.d/slapd start


For more 'resistent' solution do the same to the
/usr/share/ebox/stubs/usersandgroups/slapd.conf.mas


You can see more in
http://forum.ebox-platform.com/index.php?topic=664.0