Neil Wilson

Results 175 comments of Neil Wilson

The changes were committed yesterday. Also, because of an issue that I found in the JVM-default trust manager that could affect its ability to use cross-signed certificates in some cases,...

To be honest, I'm not sure. I don't really have ready access to an Active Directory server that I can use for testing. My guess is that it will probably...

Thank you for reporting this. Unfortunately, as per our contribution policy (https://github.com/pingidentity/ldapsdk/blob/master/CONTRIBUTING.md), we don't currently accept third-party source code changes, so I can't take your pull request directly. However, I...

The write stack trace shows that the LDAP SDK is blocked on a call to OutputStream.write, which indicates that the socket's send buffer is full. This generally means one of...

You're right. Unfortunately, it looks like SO_TIMEOUT only applies to reads and not to writes, and it doesn't look like Java provides a way for a call to SocketOutputStream.write to...

I've just committed an update that changes the way that the LDAP SDK guards against indefinitely blocked writes. It should be included in the next release, but you can use...

Sorry it took a while to get to this, but I just committed a second change that I think should address this. It now attempts to close the socket rather...

That's a good point, and thanks for reporting it. The best order would probably be to report adds first, then modifies, and finally deletes. That would allow modifies to reference...

I've just committed a change that causes the tool to write adds first, then modifies, and then deletes. Note that this does not completely solve the problem in all circumstances,...

I’m not going to do that because it would add complexity for a niche problem (especially given that many directory servers don’t enforce that kind of referential integrity, or at...