ldapsdk icon indicating copy to clipboard operation
ldapsdk copied to clipboard

UnboundID LDAP SDK for Java

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

I'm using last version 4.0.9 and the scenario is like the following: - 2 LDAP servers - a connection pool created using RoundRobinServerSet & LDAPConnectionPool (new LDAPConnectionPool(new RoundRobinServerSet(addresses, ports), new...

In Elasticsearch, we always run with the Java Security Manager enabled and we have somewhat restrictive permissions. Our policy allows reading system properties, but does not allow writing them. Unfortunately,...

Hi there, I have noticed that Schema class is able to create objects even when provided schema syntax is wrong. When that is happening the Schema object will have some...

Hi! I was wondering if it is possible to test ldap busy scenarios? (Sorry if I missed that info in the documentation). Parameters that I used for starting the server:...

Hi there, We are using LDAP SDK to connect to an LDAP server, and periodically the password for the bindDN used in the pool to create new connections is enforced...

We actually implements the InMemoryOperationInterceptor class and override the required methods. I use my system as ldapServe and send a ldapSearchRequest from other system. The overridden method processSearchRequest(InMemoryInterceptedSearchRequest request) sometime...

Hey folks, Is there a reason why check for empty password when bindDN is set comes after logic for doing processing in synchronous mode? https://github.com/pingidentity/ldapsdk/blob/master/src/com/unboundid/ldap/sdk/SimpleBindRequest.java#L513 ``` protected BindResult process(final LDAPConnection...

Please consider merging this French translation of “strings.xml”.

Would it be possible for the in-memory directory server to support client ADD requests which include IgnoreNoUserModificationRequestControl? Thanks, Brian

how to get the jar file of this ldapsdk? thanks!