--On Sunday, July 30, 2023 3:15 PM +0000 Marc Marc@f1-outsourcing.eu wrote:
I am updating my ldap container and migrate from el7 to alpine. While running some test queries I noticed that the new 2.6 alpine has probably different defaults, I am getting "Size limit exceeded (4)". However this does not show in the ldap error log.
That's not an error, so it wouldn't show up in any error log. It would be part of normal "stats" level logging however. I suggest reading the slapd.conf(5)/slapd-config(5) man pages as to the default settings for time and size limits if none are explicitly specified in your configuration.
What would be good loglevel config to see quickly if there is an issue with client queries? I am a little worried that if MTA's are getting incomplete results and dropping mail.
"stats".
I would also suggest reading up on how to exclude particular identities from the default size/time limits (See the "limits" directive).
Regards, Quanah