Neil Wilson

Results 175 comments of Neil Wilson

This is a reasonable request. I also think it could be useful to update the server set on the fly. I'll look into updating the connection pool implementations to support...

I have updated the LDAPConnectionPool and LDAPThreadLocalConnectionPool classes to add new setBindRequest and setServerSet methods.

I can consider adding support for the SCRAM-SHA-1 and SCRAM-SHA-256 authentication mechanisms. I don’t believe that it’s feasible to add support for the PLUS variants at this time because it...

I've just committed a change that adds client-side support for the SCRAM-SHA-1, SCRAM-SHA-256, and SCRAM-SHA-512 SASL mechanisms. Please test it and let me know if it works.

Note that even if Java SE adds support for channel binding in a future release, the LDAP SDK is not likely to be updated to make use of it. The...

FYI, LDAP SDK version 4.0.12 has been released and includes client-side support for the SCRAM-SHA-1, SCRAM-SHA-256, and SCRAM-SHA-512 SASL mechanisms.

The LDAP SDK does not now and will not ever require any third-party dependencies beside what's in Java SE (and currently limited to what's in Java SE 7). However, even...

Hashing (or encoding in general) isn’t a standard LDAP feature. Although most directory servers implement support for it, not all of it do it in the same way or support...

For what it’s worth, [RFC 3112](https://docs.ldap.com/specs/rfc3112.txt) (LDAP Authentication Password Schema) does describe a syntax for storing encoded passwords with configuration information (like a salt). However, I don’t think that it’s...

I have just committed a change (dd49c6761f36c1c2672bffd20570665f25948b32) to the LDAP SDK that provides basic support for encoded passwords to the in-memory directory server. The commit message provides some detail about...