Top "Spring-ldap" questions

Spring LDAP is a Java library for simplifying LDAP operations, based on the pattern of Spring's JdbcTemplate.

using spring-ldap with ssl

I need to talk to an LDAP server via spring-ldap with SSL, and the other end has a self-signed certificate …

java ssl ldap spring-ldap
active directory filter with objectGUID encoded as specified in rfc2254 doesn't work

I'm using java ldap to access active directory, more specifically spring ldap. a group search by objectGUID yields no results …

active-directory ldap jndi spring-ldap active-directory-group
Ldap Query - Configuration using Spring Boot

I have a Spring boot application that needs to perform LDAP queries. I'm trying to take the following recommendation from …

spring-boot spring-ldap
Spring ActiveDirectoryLdapAuthenticationProvider handleBindException - Supplied password was invalid error

We are trying to use Spring security for authenticating against our enterprise LDAP. I'm using ActiveDirectoryLdapAuthenticationProvider. Below is the snippet …

spring-security active-directory passwords spring-ldap
Spring embedded ldap server in unit tests

I am currently trying to use an embedded ldap server for unit tests. In Spring Security, you can quickly define …

spring spring-security spring-ldap
How do I Get memberOf attribute from ldap DirContextOperations

I am tring to get a list of groups a user is a member of, currently I can get most …

java spring ldap spring-ldap
Spring LDAP using Java Configuration

I was following the samples of Spring LDAP project and was trying to convert xml configuration to Java Configuration. I …

java spring spring-boot spring-java-config spring-ldap
Spring Boot / Spring LDAP Get List of memberof for a User

I want to get a list of a users attributes by querying on their ID from an LDAP repository structured …

java spring spring-boot spring-ldap
Cannot use Spring LDAP with Spring Security

I want to authenticate users against our AD so I understand that I need spring security and spring ldap. Here …

java spring maven-2 spring-security spring-ldap