Hello, I would like to ask if it's possible to limit the number of concurrent sessions of an openldap server running on Windows?
I found in FAQ: https://www.openldap.org/faq/data/cache/1126.html https://www.openldap.org/faq/data/cache/1127.html What I understand it requires rebuilding of OpenLDAP but I would like to change it as a parameter. Is there any other way to do it dynamically without recompilation? On Linux there is possibility to configure iptables to limit number of connections: -A RH-Firewall-1-INPUT -p tcp --dport ldaps -m connlimit --connlimit-above 100 -j REJECT Thank you in advance for your response, Best regards, Piotr
