Hi there guys.
A costumer of us were having problems with the slapd service ( unexpected
hangs ), it's an ubuntu installation running slapd 2.2.26
In the logs I noticed that there were no indexes available, the
index_param failed were reported in the logs, the systems uses ldap for
user authentication and nothing else.
After that, I added the following in the slapd.conf,
index cn,gidNumber,memberUid,uid eq
index uniqueMember eq
index uidNumber eq
The performance where better and there were no more hangs, but I'm
getting the following error.
and the user cannot authenticate, so I went back to the original
configuration without indexes.