unboundid-ldap-sdk Questions
7
I am trying to use Spring LDAP in one of my Spring Boot projects but I am getting an 'Address already in use' error when running multiple tests.
I have cloned locally the sample project here:
http...
Scrummage asked 14/11, 2017 at 17:28
0
For testing purposes I started to use in-memory ldap server
val config = InMemoryDirectoryServerConfig(baseDn)
config.addAdditionalBindCredentials("cn=$LOGIN", PASSWORD)
config.schema = n...
Marquardt asked 27/7, 2023 at 11:11
0
Based on this I use following code to start in memory ldap server
// Create the configuration to use for the server.
InMemoryDirectoryServerConfig config =
new InMemoryDirectoryServerConfig("...
Agribusiness asked 21/7, 2023 at 14:59
4
I'm wrestling with Active Directory, trying to get it to let me change a password. I've found tons of useful information, but I'm still getting a persistent error.
Some code:
import com.unboundi...
Nabob asked 23/7, 2011 at 2:57
4
Solved
I am using the LDAP SDK from this site: https://www.unboundid.com/products/ldap-sdk/ .
I would like to make a search operation which returns a lot of entries.
According to the FAQ's site, ( https:...
Incoming asked 3/7, 2012 at 13:16
1
We are building a new library which will need to do read/writes to our main identity management LDAP system.
We are considering using either Spring LDAP (http://projects.spring.io/spring-ldap/), U...
Maidenly asked 10/2, 2015 at 16:42
3
Solved
I have in my hand an SSL LDAP server certificate. I want to use it to connect to the LDAP server using UnboundID SDK.
I do not want to use com.unboundid.util.ssl.TrustAllTrustManager as was showe...
Thalamencephalon asked 15/7, 2013 at 14:15
2
Solved
I exported the following ldif file from an LDAP server and am now trying to import it so that I can replicate the directory I exported it from:
dn: cn=MYCOMPANY Users,dc=mycompany,dc=com
changetyp...
Alanna asked 25/7, 2013 at 13:25
1
Solved
I'm working on a tool to get user details from the AD and import them into another system. We were planning on using the objectSid as the unique identifier but I've found that for some reason, the ...
Cadence asked 29/10, 2012 at 19:17
1
Solved
I'm trying to make a connection to an LDAP server in my Android app, and am using the UnboundID SDK. Recently, a change was made from unsecured to secured LDAP, and I have to change the app accordi...
Ibiza asked 9/8, 2012 at 23:51
1
© 2022 - 2024 — McMap. All rights reserved.