kvspb / nginx-auth-ldap

LDAP authentication module for nginx
BSD 2-Clause "Simplified" License
735 stars 252 forks source link

Too many long connections #161

Open Ostaer opened 7 years ago

Ostaer commented 7 years ago

I have found that the long connection will be established while the nginx configuration reload and every ldap_server block and every work_process will establish a connection,For example,the work_process is set to 8,and I have 2 ldap_server block,the connection will be 16.As ldap_server increment, it will casue too many open files on ldap server,I want to know whether the connection shoube established while the client open an authorization,not long connections.

tarantegui commented 5 years ago

@kvspb any news on that?