Re: [GENERAL] Problems Authenticating against OpenLDAP

2010-12-06 Thread David Kerr
On Mon, Dec 06, 2010 at 07:03:59PM +0100, Rados?aw Smogura wrote: - Try with configuration parameter - conn_max_pending (number of connections waiting for processing thread) - conn_max_auth (same, but for authenticated) ok sounds good, i'll give that a shot! - If you are using anonymous auth then

Re: [GENERAL] Problems Authenticating against OpenLDAP

2010-12-06 Thread Radosław Smogura
Try with configuration parameter conn_max_pending (number of connections waiting for processing thread) conn_max_auth (same, but for authenticated) If you are using anonymous auth then, by default you have conn_max_pending=100. In your configuration I don't see need to increase threads to 32? D