Spring LDAP is a Java library for simplifying LDAP operations, based on the pattern of Spring's JdbcTemplate.
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-ldapI'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-groupI have a Spring boot application that needs to perform LDAP queries. I'm trying to take the following recommendation from …
spring-boot spring-ldapWe 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-ldapI am currently trying to use an embedded ldap server for unit tests. In Spring Security, you can quickly define …
spring spring-security spring-ldapI am tring to get a list of groups a user is a member of, currently I can get most …
java spring ldap spring-ldapI 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-ldapI want to get a list of a users attributes by querying on their ID from an LDAP repository structured …
java spring spring-boot spring-ldapI 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-ldapI am new to Spring Security. I am trying to add LDAP authentication to a Spring Web app. I set …
spring spring-mvc spring-security spring-ldap spring-security-ldap