On Fri Sep 19, 2025 at 3:53 PM CEST, BECOT Jérôme wrote:
Hello,
Is there any way to limit bind query rates or any operation rate in OpenLDAP or in conjunction of another proxy ?
Any advice appreciated Regards Jerome
Hi Jerome,
I'm not aware of any way to do that with OpenLDAP itself. However, it should be possible to use some kind of proxy or your firewall to limit the number of TCP connections per client within a specified time frame. Note, though, that this would only limit the number of bind requests, not the number of operations a client can perform once the connection is established.
Regards, Souji