11,630 questions
1
vote
1
answer
90
views
LDAP search works via ldapsearch over VPN but fails in C# (System.DirectoryServices.Protocols) — connection/auth issue?
I'm troubleshooting a LDAP connectivity issue from a machine connected via VPN.
Let me provide some context I'm working on:
My environment is a remote machine connected via VPN, and the script is ...
Best practices
0
votes
0
replies
27
views
Oracle OUD – How to separate application-based read access from admin write access?
we are running an LDAP service based on Oracle Unified Directory (OUD), used as a backend for storing technical connection data (e.g., database connection strings).
The service is consumed in two ...
0
votes
0
answers
48
views
Tomcat server.xml LDAP search filter user
I want to filter users and import them who has the roles LR_aa_Users_r or LR_aa_Admin_STAGE_f but it does not work if I put this query in server.xml file in tomcat server(tomcat 9).
But the ldap query ...
0
votes
1
answer
100
views
Airflow 3.0.2 LDAP / Active Directory Authentication Not Working with FabAuthManager
Is there anyone who has configured LDAP or Active Directory in Airflow?
When I try to set things inside webserver_config.py, it doesn’t work.
[core]
auth_manager = airflow.providers.fab.auth_manager....
-2
votes
1
answer
67
views
How to add ldapPublicKey schema to 389DS [closed]
I have installed 389 Directory Server 2.0.0 on Oracle Linux 9 and am migrating from another VM that runs OpenLDAP server 2.4. I have managed to copy all the user entries by exporting and importing.
...
3
votes
1
answer
107
views
Adding the unicodePwd attribute to a new Active-Directory account with Mulesoft LDAP connector
I want to create an account in Active Directory(AD) with the LDAP Mulesoft connector. I can do his without a problem but it works ONLY when I don't submit the user password(unicodePwd). So the problem ...
1
vote
1
answer
256
views
How to correctly establish connection with active directory via LDAP in Golang
I have been trying to write a daemon in go to run on linux that would periodically do certain actions, and once some conditions are met, it would connect to AD, and write a value to a given record.
...
0
votes
1
answer
136
views
LDAP Query for Group Membership Does Not Return Global Security Groups
I'm trying to setup Grafana for AD integration. Grafana works by querying for all groups a user is a member of to find a matching group that is mapped to a role in Grafana. Below is my heirarchy
...
0
votes
1
answer
172
views
Blazor Server LDAP Authentication Fails with “In order to perform this operation a successful bind must be completed”
I’m implementing LDAP user authentication in a Blazor Server application using Novell.Directory.Ldap (LDAPS, port 636).
The goal is to allow users to log in with their Active Directory credentials.
...
0
votes
1
answer
73
views
Apache LDAP authentication has isUserInRole method?
On different servers, I have applications in PHP and Java (other languages too). I am developing all new applications to use LDAP authentication so I don't have to do any user management, but more ...
0
votes
1
answer
109
views
WSO2 Micro Integrator “Failed to create InitialContext using factory specified in hash table” for LDAP Operation
I am trying to connect my APi developed by wso2 MI VsCode to an OpenLDAP server running on Ubuntu WSL. I’m using the WSO2 LDAP connector (V2) to perform LDAP operations (search, authentecates), but ...
1
vote
1
answer
68
views
PHP LDAP sessions (how to preserve password for subsequent bind calls)
I'm struggling to figure out how to add ldap authentication to a webapp that I am writing to manage entries in the LDAP server itself.
I want users to be able to log into the webapp with their LDAP ...
0
votes
1
answer
128
views
Keycloak custom LDAP storage provider - registered but not identified as LDAP provider
I am having an issue with the extension I have developed for the LDAPStorageProvider and LDAPStorageProviderFactory classes. Specifically, my provider is being registered but is not being identified ...
1
vote
1
answer
110
views
Setting app authentication using LDAP in R shiny (reticulate/ldap3) An dI can't perform search for user in the directory
I've been developing an app in R Shiny and deployed it locally at my company. I'm trying to set up an authentication process using an LDAP server. I managed to connect to the LDAP server using an ...
3
votes
0
answers
294
views
How to implement Microsoft Entra ID authentication and group checks in a Delphi XE3 VCL application? [closed]
I am tasked with updating a legacy Windows VCL application, built in Delphi XE3, to change its authentication method. Currently, it uses direct LDAP queries against an on-premise Active Directory to ...