> On 28 Sep 2019, at 05:38, Abhisheyk Deb <abhisheykdeb@xxxxxxxxx> wrote: > > Hi, > > I know this might be a very vague question, but is there any way I can limit the number of connections that a 389 Directory Server Instance accepts from OpenLDAP Clients (for example like 10) running nslcd. > Once this maximum number of connections are achieved, any further requests will not be worked upon. Any help would be greatly appreciated. There are a few ways to achieve this. There is a "per connection" thread limit you can use. https://access.redhat.com/documentation/en-us/red_hat_directory_server/10/html/configuration_command_and_file_reference/core_server_configuration_reference#cnconfig-nsslapd_maxthreadsperconn_Maximum_Threads_per_Connection You can limit "maximum connections" by the file-descriptor limit in the systemd unit file. You can also set different limits for the connection based on the user that bind. https://access.redhat.com/documentation/en-us/red_hat_directory_server/9.0/html/configuration_command_and_file_reference/operational_attributes_special_attributes_and_special_object_classes IE https://access.redhat.com/documentation/en-us/red_hat_directory_server/9.0/html/configuration_command_and_file_reference/nsidletimeout Hope that helps, > > Thank you > Abhishek Deb > _______________________________________________ > 389-users mailing list -- 389-users@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to 389-users-leave@xxxxxxxxxxxxxxxxxxxxxxx > Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: https://lists.fedoraproject.org/archives/list/389-users@xxxxxxxxxxxxxxxxxxxxxxx — Sincerely, William Brown Senior Software Engineer, 389 Directory Server SUSE Labs _______________________________________________ 389-users mailing list -- 389-users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to 389-users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/389-users@xxxxxxxxxxxxxxxxxxxxxxx