ldaptive
ldaptive copied to clipboard
A simple, extensible Java API for interacting with LDAP servers
Can you add the support of RFC 9266: Channel Bindings for TLS 1.3? - https://datatracker.ietf.org/doc/html/rfc9266 Little details, to know easily: - tls-unique for TLS =< 1.2 - tls-server-end-point - tls-exporter...
hello this was promised in #179, but seems to never made it to central
After: SCRAM-SHA-1 + SCRAM-SHA-256 + SCRAM-SHA-512 supports - https://github.com/vt-middleware/ldaptive/issues/153 Can you see for SCRAM-SHA-1-PLUS + SCRAM-SHA-256-PLUS + SCRAM-SHA-512-PLUS supports? It is linked to: - RFC5056: On the Use of Channel...
I'm a Shibboleth IdP user and I'd like to get more information about the number of open LDAP connections it uses, pool size and usage, query timings, etc. I think...
Determine whether it is possible to automatically configure an Authenticator with the corresponding password policy.
Adding ldap entries that do not explicitly set/add the objectclass "top" causes warnings/errors. Discussed the issue with @dfish3r on this thread https://groups.google.com/forum/#!topic/ldaptive/nU67qJFfRkY
It would be helpful to add support for searching for attributes from arbitrary directory entries as part of the authentication pipeline. For example, these entries might contain configuration data to...
Add an LdapEntryHandler that aggregates an attribute with all it's subtypes using the ;lang- option. cn: Daniel Fisher cn;lang-ru: Даниэль Фишер would result in cn: Daniel Fisher cn: Даниэль Фишер...
In order to support validation on connections with long running searches it would be useful to support validation that only occurs when the connection is idle for some period of...
Provide an API which allows a client to receive connection related events, such as OPEN, CLOSED and DISCONNECTED. Determine whether hooks should be provided on `ConnectionConfig` or the the `ConnectionFactory`...