Neil Wilson
Neil Wilson
I just committed a change that sets the thread's interrupted state in a number of cases where InterruptedException was consumed and not re-thrown.
Of course. If you find any problems with it, please let me know.
Thanks for reporting this. I'm sorry that I wasn't able to get to this yesterday, but I have just committed a set of changes that should address the problem. I...
The LDAP SDK does support mutual TLS authentication. This is actually handled by the JVM's underlying support for TLS, and the only real requirement is to provide a key manager...
You're right. The in-memory directory server didn't support mutual TLS authentication. However, I have just committed a change that added it. It'll be included in the next release, but you...
By the way, the way to use this in the new code is to use the new requestClientCertificate and requireClientCertificate arguments when creating an InMemoryListenerConfig object.
I'm sorry for not having responded to this in a more timely manner. This is something that I think is a good idea, but one that I haven't been able...
I've committed a couple of changes to address this. Since the debug log format wasn't previously intended to be parseable, I went ahead and just converted it to JSON. So...
The 5.0.0 release of the LDAP SDK is now available and includes the JSON-formatted access and debug log support.
First, setting a size limit of zero in the search request only sets the requested size limit. Even if the client requests no size limit, the server can choose to...