Author Topic: slapd problem  (Read 1286 times)

kangoo

  • Zen Apprentice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
slapd problem
« 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

thomas

  • Zen Monk
  • **
  • Posts: 67
  • Karma: +1/-0
    • View Profile
Re: slapd problem
« Reply #1 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