ldapsdk icon indicating copy to clipboard operation
ldapsdk copied to clipboard

UnboundID LDAP SDK for Java

Results 102 ldapsdk issues
Sort by recently updated
recently updated
newest added

I have just gone through [this](https://spring.io/guides/gs/authenticating-ldap/) Spring tutorial which uses an embedded UnboundId LDAP server. While playing around with the sample code, I noticed that doing a simple bind request...

com.unboundid.ldap.sdk 4.0.0 has ```Bundle-RequiredExecutionEnvironment: J2SE-1.7``` starting with Java 6 these are named JavaSE- not J2SE- so this should be ```Bundle-RequiredExecutionEnvironment: JavaSE-1.7``` Breaks build with some tools, most notably tycho.

It seems that the "caseExactMatch" equality test is not respected for the in-memory server, but only for data coming from LDIF files loaded by "server.importFromLDIF(false, path)" I tested with unboundid...

Hi there, I am implementing alias deref for InMemoryRequestHandler via a new LDAPListenerRequestHandler. I have already a working implementation with JUnit tests. It is not tuned for performance, just to...

Hi there, Thx for the API, I would say is really great, and the best Java LDAP API I have worked with. My issue is related with usage of the...

We got random thread blocking on unbound id side under high load of oxauth (https://github.com/GluuFederation/oxAuth). oxauth uses unboundid-ldapsdk 3.1.1 to connect to slapd. Connection pool is set to 1000. While...

Not sure about how much it may be useful, but while building 3.2.0 I've seen the following warnings: compile: [mkdir] Created dir: /builddir/build/BUILD/ldapsdk-3.2.0/build/classes [javac] Compiling 25 source files to /builddir/build/BUILD/ldapsdk-3.2.0/build/classes...

Hello, I'd like to change the implementation from the original to Paged one as https://docs.ldap.com/ldap-sdk/docs/javadoc/com/unboundid/ldap/sdk/SearchResult.html suggests. But in many cases the code uses SearchResult, so I'd like to keep that...

When building using a version qualifier of (e.g. .mytest-1) - to avoid a GAV clash with an existing version, I notice that it is not applied throughout consistently. For instance,...

Some of our Active Directory accounts have commas in the CN field. For example: `Smith, James K.` When I query the distinguishedName (which contains the CN) for this account, it...