Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content
Stack Overflow
  1. About
  2. For Teams
Loading…
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives
647 questions
Filter by
Sorted by
Tagged with
1vote
2answers
89views

I am using Spring Boot/Spring Data Ldap.When I query users I cannot read accountExpires attribute, even when the property is shown in GetADUser.I tried something like this:return readTemplate()....
2votes
1answer
48views

I use Spring Boot with Spring LDAP to OpenLDAP.Is there a way to view in debug mode the command send to the LDAP server ?Like a "verbose mode" to view the LDIF send to OpenLDAP.Thanks in ...
dherla's user avatar
0votes
0answers
107views

Upgraded an Spring Boot application.Java 11 > Java 21Spring Boot 2.3.3 > 3.4.4Spring Zuul > Spring Cloud GatewayHystrix Fallback > Resiliance4jUsing Spring Security and Spring LDAP...
0votes
1answer
190views

I'm using ldaptemplate to retrieve many records from Active Directory using sring-ldap-core 3.2.This is the code I'm using AndFilter filter = new AndFilter(); filter.and(new EqualsFilter(&...
0votes
1answer
141views

I've got a fairly straight forward program that performs an LDAP search based on a CN and maps all the returned attributes, here's the program:import java.util.ArrayList;import java.util....
0votes
1answer
133views

I am trying to integrate LDAP with my Spring-boot application. I can see the following DN for my account in my Active Directory Explorer.CN=John, Doe,OU=ITS,OU=Users,OU=_OBDE,DC=demodemo,DC=netWe ...
Sam's user avatar
  • 3,094
0votes
1answer
423views

I am trying to write a Spring LDAP program to search for a user's record in an Active Directory server, but it will not return any records. The same search in Apache Directory Studio works.When I ...
Big Ed's user avatar
  • 1,284
0votes
2answers
96views

I am trying to simulate a real Microsoft LDAP tree.The application is working against a real LDAP, but using an inmemory LDAP server (ApacheDS) for testing in Spring Boot but it doesn't work. I can't ...
-1votes
1answer
265views

I have this requirement where I need to find all groups in LDAP which comes under the same common name(CN). For example, I am able to find the definition for one using the below piece of code.("...
Shivayan Mukherjee's user avatar
1vote
0answers
335views

WebSecurityConfig for LDAP login. I have used Spring boot 3.x.x and vaadin 24. I want use vaadin not controller but how to replace. In vaadin clcik on button then login form open using LDAP. How to do ...
0votes
1answer
930views

First of all I want to say I don't understand LDAP fully, so if I need to provide more information about the LDAP, please say so.I have a spring boot application (Java 17, spring boot 3.2.0) which ...
1vote
1answer
308views

I need to make a query that will search for all users, located in two different OUs.For example :base1: "OU=ou2,OU=ou1"base2 : "OU=ou3,OU=ou1"How can I do this with ...
0votes
0answers
176views

How to set proxy server ip in LdapContextSource while authenticated using LdapTemplate.authenticate()Actually for security purposes we don't have direct access to AD server. So how to set proxy IP ...
-1votes
1answer
84views

I encounter this issue with spring LDAP:class javax.naming.ldap.LdapName cannot be cast to class java.lang.String (javax.naming.ldap.LdapName is in module java.naming of loader 'bootstrap'; java.lang....
0votes
1answer
554views

I am using Spring LDAP and have entries (person) with a multivalued attribute named Department. i.e each person can have zero or more Department attributes.I am trying to make a search (filter) and ...
jimny's user avatar

153050per page
1
2345
44

Hot Network Questions

more hot questions
Newest spring-ldap questions feed

[8]ページ先頭

©2009-2025 Movatter.jp