What directory server type are you accessing; AD, openldap, Sun directory server, etc.
Clif -----Original Message----- From: Jozef Kutej [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 7:44 AM To: Graham Barr Cc: Swen Vermeul; perl-ldap@perl.org Subject: Re: Net::LDAPS - problems with big entries Hi Graham. I have the same problem as Swen. If I add attributes that have data payload of 15949 bytes if works. But for 15994 it hangs. It hangs for any size above it. Debug didn't told anything it just dumped the packets and hanged waiting for ever. Jozef. On Fri, 2007-06-01 at 07:09 -0500, Graham Barr wrote: > On May 30, 2007, at 11:38 AM, Swen Vermeul wrote: > > > > Somehow there seems to be a problem with the length of data being > > transmitted. > > We used the same code for years, without any problem, it stopped > > working about two months ago. Maybe an update of Perl, a module or > > OpenSSL is causing the trouble? > > Does anybody have any clue how to track this bug? > > Can you tell the length of the packet being written that causes the > hang ? > > You turn on debug with $ldap->debug(15); > > Graham. >