Bug 55720

Summary: separate LDAP Bind timeout from LDAPTimeout
Product: Apache httpd-2 Reporter: Eric Covener <covener>
Component: mod_ldapAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: NEW ---    
Severity: enhancement    
Priority: P2    
Version: 2.5-HEAD   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

Description Eric Covener 2013-10-29 19:59:34 UTC
Currently the timeout for a bind and search are always the same (LDAPTimeout) even though detecting a bind timeout should be shorter/more aggressive then a potentially slow search operation.

Allow LDAPBindTimeout to override the LDAPTimeout for the bind only.