Skip to main content

Questions tagged [ldap]

Lightweight Directory Access Protocol (LDAP), is an application protocol for accessing and maintaining distributed directory information services over an IP network.

ldap
-1 votes
0 answers
13 views

Failed to load ApplicationContext for [WebMergedContextConfiguration@fcb4004 testClass in Spring boot on docker compose

I would like to add authorisations via LDAP to the project. So I added the necessary classes to the project and there was a problem building the application. I have tried various configurations ...
dominik's user avatar
  • 43
0 votes
0 answers
8 views

Cannot bind user with mod_authnz_ldap

I am testing mod_authnz_ldap on Debian 11. I created a virual host, a location, etc. Everything fine at that level. I configured the Bind DN with openldap's manager, set its password. When I try to ...
Pascal Jakobi's user avatar
0 votes
0 answers
13 views

How to filter active users in SQL dialect for ADSI search?

I tried to use SQL queries to get active users from ActiveDirectory, using SQL Dialect. However, documentation about it seems incomplete to me. For example, how can I get only active users? (Flag that ...
MSBear007's user avatar
0 votes
0 answers
17 views

How to get user information like email, firstname and lastname using Windows AD and without LDAP server?

Using Windows AD in identity server to authenticate user and in that response we are not getting user information like e-mail, first name, last name. To get the user information, we are using this ...
ramu yepuganti's user avatar
-1 votes
1 answer
17 views

LDAP searching with java

I am connected to LDAP, but I don't know anything about the structure of it. How can I find out what baseDn is ? final NamingEnumeration<SearchResult> result = context.search( "", &...
Filip Klokočník's user avatar
0 votes
1 answer
19 views

Implementing RBAC Authentication with LDAP Backup in Java Application - Troubleshooting LDAP Availability Check and Pop-Up Message

I am trying to implement RBAC authentication in my application where it should interface with an LDAP server for authentication. I have separate code for logging in using a local database and logging ...
Kailash's user avatar
  • 81
0 votes
1 answer
30 views

Parse LDAP-URL to the hostname and Base-DN

I try to parse an LDAP-URL in Java. import java.net.URL; String url = "ldaps://my.ldap.site/o=test,dc=testdc,dc=us"; URL url = new URL (this.url); But that brings an MalformedURLException ...
chris01's user avatar
  • 12k
1 vote
0 answers
23 views

Getting Active Directory "SecurityDescriptor" attribute in .net core on linux machine

I'm using the following c# .net core code to get the ntSecurityDescriptor attribute from Active Directory server. I'm using the Novell.Directory.Ldap library because I need this code to run on a Linux ...
Amir M's user avatar
  • 536
0 votes
0 answers
21 views

LDAP Integration for Laravel Project

I am currently having a trouble when authenticating a default, non-modified AD user in my Laravel Project. I am using this extension called LdapRecord-Laravel Before making this post I made sure that ...
alex wang's user avatar
0 votes
0 answers
14 views

Simple Ldap Search : Invalid Host Defined Options On Prod

I use the two codes I will sample below for the same purpose. When I received the error I mentioned in the first example, I made some changes and translated the same function into the second example, ...
Hadronan's user avatar
0 votes
0 answers
15 views

How to force the import of users from LDAP in Liferay 7.4.3.102?

I am trying to configure Liferay 7.4.3.102. I am using a Docker image from the official repository. I have configured LDAP in Liferay in the section Control Panel -> Instance Settings -> LDAP. ...
Luigi's user avatar
  • 341
0 votes
0 answers
24 views

Freeradius 3, how to allow upn login syntax against active directory?

I have a working freeradius 3.0 connected to active directory and an aruba access point. users are able to login using cn@domain. e.g. [email protected]. I'm now trying to also make it possible to allow ...
Jim Björklund's user avatar
1 vote
0 answers
27 views

How to connect to LDAPS with Symfony 6.4 Framework and self signed certificate?

I have a Symfony 6.4 WebApp with a working Service to connect to LDAP. Of course I use the LDAP-Component of Symfony. This is working, but if I want to use LDAPS it does not. With an old Web App, ...
TheQuestionmark's user avatar
0 votes
0 answers
10 views

Multiple LDAP configuration on sonarqube server

I am trying to configure multiple LDAP servers on my SonarQube server. Each LDAP server works properly when configured individually for testing. I tried to configure multiple servers using the method ...
Saurabh Patil's user avatar
0 votes
1 answer
28 views

ApacheDS error in spring boot tests to simulate a LDAP connection

I'm using ApacheDS for testing a Spring Boot application to simulate a LDAP connection. It is working fine, but depending on the environment in which I run it, it gives the attached error during the ...
sergiopf's user avatar

15 30 50 per page
1
2 3 4 5
782