ldapsdk
ldapsdk copied to clipboard
UnboundID LDAP SDK for Java
**Current behavior:** Spring Boot has support for an embedded LDAP server which allow us to specify a schema file in order to add initial data. When building a native-image, [the...
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...
RFC8600: > "When using the SASL SCRAM mechanism, the SCRAM-SHA-256-PLUS variant SHOULD be preferred over the SCRAM-SHA-256 variant, and SHA-256 variants [RFC7677] SHOULD be preferred over SHA-1 variants [RFC5802]". SCRAM-SHA-1(-PLUS):...
Not able to import javax classes like javax.naming, javax.security.* in Android app which i'm trying to build using ldap SDK. I've imported unboundid-ldapsdk.jar but it doesn't have javax classes.
Hi, we get the following error on an connection that has been freshly connected before: ``` Caused by: LDAPException(resultCode=81 (server down), errorMessage='The connection is not established.', ldapSDKVersion=5.0.0-verboselogging-SNAPSHOT, revision=286d9a21386aee242dfaa6cc1052a606f11dedc8) at com.unboundid.ldap.sdk.LDAPConnection.registerResponseAcceptor(LDAPConnection.java:4725)...
Hi, JNDIExtendedRequest `public byte[] getEncodedValue() { final ASN1OctetString value = r.getValue(); if (value == null) { return null; } else { return value.encode(); } }` should return value.getValue(); Similarly `JNDIExtendedResponse(@Nullable...
The base DN for search has to be a valid DN, which is something that the SDK models with the `DN` class, but the `search` methods on `LDAPInterface` only accept...
There is https://mvnrepository.com/artifact/com.unboundid/unboundid-ldapsdk/6.0.5 but nothing here: https://github.com/pingidentity/ldapsdk/releases https://github.com/pingidentity/ldapsdk/tags Is this an official one?
## Summary When trying to connect to an instance of `InMemoryDirectoryServer`, using STARTTLS with host name verification, sometimes an exception is thrown indicating that `SO_TIMEOUT` could not be set because...
I have a test that sporadically fails (about 1 in 100 runs). My application uses apache directory api but for testing I spawn an InMemoryDirectoryServer. The test connects to an...