[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#6334) hang during ldapmodify



mkd@cs.brown.edu wrote:

> Let me know if there is anything else I can provide.

Can you verify that the entire modify operation actually reaches the 
server?  There is no sign of it being active in the stack trace, nor 
does the debug output show anything related to it, so I'm wondering if 
there is some network equipment between your client and server that 
causes too big requests to be dropped.

slapd will also drop the connection if it receives too big requests, but 
given the data you provide you should be way below the default 
sockbuf_max_incomping_auth value.

Please provide a "-d 271" output from slapd, it should be much more than 
the log you sent earlier.  Your logs looks like syslog logs, while the 
debug output goes to stderr.  Note: This log includes the content of the 
entire packets sent to/from the server, so you may wish to remove the 
output related to the bind requests.

Rein