11,660 questions
0
votes
1
answer
58
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
64
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
84
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
60
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
66
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
72
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
181
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 ...
0
votes
0
answers
38
views
LDAP API Query LIKE Operator to pull the list of DLs
I was able to connect to the LDAP API but unfortunately i was not able to use the like operator. I need to pull the list of DL's (Distribution lists) that are in the domain EXCHAD and when I specified ...
1
vote
1
answer
80
views
How do I encode a password for Linux ldapadd ldiff file that MS Lightweight LDAP service accepts?
I need to use Linux to create users in a Microsoft LWS service. A few users in one OU as person/user objects with a handful of standard attributes. This is not an AD domain, just Microsoft's standard ...
0
votes
0
answers
79
views
setup LDAP nested groups subgroups dynlist
I want to integrate a service with my openldap.
But the service should be only accessible by members from a dedicated group.
I already enabled the dynlist module and tried multiple configurations.
...
1
vote
0
answers
139
views
LDAP server is unavailable on port 636
I have been stuck on this problem for weeks now. The application is a legacy .NET 4.0, and this is the code to connect to port 636:
LDAPModel message = new LDAPModel();
string ldapServer = ...
0
votes
0
answers
102
views
KC-SERVICES0013: Failed authentication: org.keycloak.models.ModelDuplicateException: Duplicate resource error
I’m trying to set up auto-login in Keycloak using SPNEGO, but I’m facing the following error.
It seems that Keycloak is trying to insert a user that already exists in the database (imported from LDAP)....
4
votes
1
answer
76
views
Do special characters in LDAP Search escaped by \XX have to be sent in binary form in the wire format?
I am trying to send LDAP Search queries from PL/SQL (OracleDB using DBMS_LDAP.search_s) towards Active Directory for the field objectGUID.
Because that is a binary field, and I need to query non-ASCII ...
2
votes
1
answer
109
views
Update OpenDJ Connection from ldap to ldaps
I'm not sure about the location of this question. I can understand that it belongs to one of the other stackexchange groups. Feel free to move it around!
I have a OpenDJ ldap server that uses standard ...
0
votes
0
answers
53
views
SizeLimitExceededError in AD ldapjs while retrieving users with cookie
Library used: ldapjs:2.3.3
I am using ldapjs, PagedResultsControl to paginate in AD users. It works fine with most of the instances. For one of the instances, I am able to fetch 500 users on the first ...
0
votes
0
answers
66
views
SVN & LDAP configuration not working as expected
I'm trying to replace htaccess passwords with LDAP for a SVN deployment. I have 2 apache virtual hosts that point to the same SVN repository using different hostnames. The https://svn.dev.example.com ...
0
votes
1
answer
80
views
Spring boot Framework LDAPTemplate PoolingContextSource not working during ldle scenario
Problem Description:
LDAP server suspended new connections due to Spring LDAP Template pool created so many connections in a short period of time. After a while, LDAP server resumed serving requests ...
1
vote
0
answers
66
views
Symfony custom authenticator and form login ldap at the same time
Is there a mechanism to use custom authenticator and form login ldap at the same time? Any solution for logic like "if first authentication method not authenticate user use next"? In my case ...
0
votes
0
answers
119
views
PrincipalContext.ValidateCredentials not working anymore in Windows 11
I have a .NET application where I like to authenticate users against our active directory.
So far, I am using this one:
private bool Authenticate()
{
using (var context = new PrincipalContext(...
0
votes
1
answer
83
views
How to specify the database using the LDAP php extension to connect to an Active Directory?
I have a server called examplesite.database.windows.net that has a database called Database. The username and password are [email protected] and password respectively.
I need to connect via "...
0
votes
1
answer
254
views
how to properly configure my client to connect to LDAP server (Active Directory Domain Service)
I have configured a local lab using VMware Workstation Pro that consists of a VM1 running Windows Server 2022 with Active Directory installed and configured. I have created one new forest,tree,domain. ...
0
votes
0
answers
56
views
DirectorySearcher.FindAll throws error "Item has already been added. Key in dictionary: 'objectsid'"
We have a .NET 4.0 WinForms app that has been running fine for over 8 years across multiple organisations but now in the last 6 months we have had a few users (from different organisations) reporting ...
3
votes
1
answer
2k
views
AIRFLOW 3.0 - Integrating Airflow 3.0.1 WebServer with LDAP/Active Directory
I'm working on integrating the new Airflow 3.0.1 WebServer with LDAP/Active Directory.
In previous versions, I was able to configure this integration using the webserver.py file.
However, I noticed ...
0
votes
0
answers
43
views
can't authenticate with node ldap-authentication library
I have a bitnami ldap container listening on port 1389.
I have a user I can see when I do an ldap search:
# jtest, users, test.com
dn: uid=jtest,ou=users,dc=test,dc=com
objectClass: top
objectClass: ...
0
votes
1
answer
118
views
Sync Keycloak MySql database with LDAP and external MySql database
We have setup Keycloak for our product solution in order to use it as the identity provider.
We are going to import users from LDAP into the Keycloak database (Keycloak MySql production database).
We ...
1
vote
1
answer
95
views
Apache OMD Thruk 403 Forbidden - after inactivity without configuration changes
In a monitoring environment based on OMD/Thruk (Ubuntu 22.04), we're experiencing a blocking issue:
Accessing `https://<IP>/<site>/thruk` redirects to `/omd` and then immediately returns a ...
0
votes
1
answer
863
views
libldap.so.2 undefined symbol: EVP_md2, version OPENSSL_3.0.0
Context
I am trying to build a small demo application that passes data between RTI DDS Connext topics and Kafka topics. This involves running RTI's Routing Service utility, which in turn runs a kafka ...
0
votes
1
answer
155
views
Import ldap nested groups to proxmox
I want to import 2 groups to Proxmox but they have other groups in them and i want the members to still be in that group after importing them.
group 1: user1,user2,group3
group 2: group4
group 3: ...
2
votes
1
answer
128
views
Strange behaviour of `ldap_bind` function in PHP when executed against an IPv6 server
Below a very simple code that tries to connect to an Ldap Server.
<?php
// IPv6 address of the LDAP server
$ldapServer = "ldap://[db3::23]:1389"; // Change this to your actual LDAP ...
0
votes
1
answer
167
views
JFrog LDAP Groups
I'm running JFrog Artifactory 7.104 and am attempting to configure authentication against Active Directory (via LDAP). The LDAP Settings work fine, however the LDAP group settings do not return a ...
0
votes
0
answers
44
views
Add-ADGroupMember from other domain user
Situation:
There are two domains, DomainA and DomainB. DomainA and DomainB trust each other (two way trust).
GroupA is in DomainA
UserB is in DomainB
I want to add UserB to GroupA by PowerShell ...
-1
votes
1
answer
149
views
Server not found in Kerberos database **remaining name 'DC=mydomain,DC=com'**
I am facing this error when i change the url in server.xml for the ldapserver
GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Server not found in Kerberos ...
1
vote
1
answer
79
views
Why does the SonarQube LDAP plugin create a new user instead updating the existing user's email address?
We are using SonarQube 9.9 with LDAP authentication and authorization configured.
Recently, our users received a mass update of email addresses on the LDAP server side (which are Active Directory ...
1
vote
1
answer
43
views
Openldap: how to get all entries which contain ou=idmap?
This line return all entries with sambaIdmapEntry
ldapsearch -Q -H ldaps://ldap1.blu.priv -b dc=ldap1,dc=blu,dc=priv -D cn=mailAccountReader,ou=Manager,dc=ldap1,dc=blu,dc=priv -vvv -LLL -w password &...
0
votes
0
answers
27
views
Orace APEX Custom authentication
Am trying to authenticate my Oracle APEX app with LDAP using custom Authentication Scheme.
Here is my function and get error ORA-06550 apex_authenticate_ldap must be type. Appreciate any advice.
...
0
votes
1
answer
255
views
DotNet LdapConnection with authentication method external and client certificate
Summary of this question: does someone know how to use a client certificate to authenticate over LDAP to Active Directory without using a password from a dotnet application? Or at least can someone ...
0
votes
0
answers
94
views
How can I convert Nextcloud Accounts into LDAP-Accounts?
I've got several Nextcloud-Accounts in my Nextcloud instance and now set up a LDAP-Server. Is there any way to "move" the Nextcloud-Accounts to the LDAP-Server so that all the data and ...
0
votes
1
answer
286
views
Query msDS-User-Account-Control-Computed with PowerShell built-in tools/modules
I want to query the msDS-User-Account-Control-Computed attribute of an Active Directory user account by using PowerShell with built-in tools/modules. That means I cannot use cmdlets like Get-ADUser. I ...
0
votes
0
answers
58
views
Gitlab Invalid credentials for <user email>
Gitllab Info
Self-managed
GitLab information
Version: 17.6.2-ee
Revision: 6ff444aad3a
Problem
When login in webui by ldap,It shows "Invalid credentials for <user email>" and no ...
0
votes
0
answers
66
views
How to enable Hash Passwords in OpenLDAP With Docker
Can you help me, I need to enable password hashing at openLDAP level
I need to have situation where clients send password in PLAIN_TEXT and openLDAP store this as {SSHA}
I would like to enable this:
...
0
votes
0
answers
264
views
How to connect Apache Superset 4.1.1. to LDAP server?
I am using Apache Superset 4.1.1. docker compose setup and trying to connect Superset to LDAP using ldapjdbc driver. I am using openldap jdbc driver, also used CData’s ldap jdbc driver.
I wrote a ...
0
votes
0
answers
45
views
Configure grails spring-security-ldap plugin to use STARTTLS
Is it possible to configure the Grails spring-security-ldap plugin to use STARTTLS?
Grails version 4
spring-security-core:4.0.3
spring-security-ldap:4.0.0.M1
I have tried to configure this in a ...
0
votes
1
answer
202
views
Create my own schema in openLDAP to extend users informations
I would like to create my own schema in OpenLDAP 2.4.57. Here's the code (I changed the real name of schema and attributes)
dn: cn=myschema,cn=schema,cn=config
objectClass: olcSchemaConfig
cn: ...
0
votes
0
answers
105
views
User login attempts not found in the OpenShift 4 audit log files
I have failed logins via Openshift (v 4.14) web console, saying "incorrect login or password" message.
I have tried fetching data through logs :
$ oc adm node-logs <node_name> --path=...
0
votes
0
answers
74
views
Why is JBoss EAP 8u5 throwing jakarta.servlet.ServletException: UT010062: No SecurityContext available
I'm trying to configure SSO with LDAP and Kerberos in EAP 8, by migrating a configuration from EAP 7.
When logging into my app, it throws the following exception:
12:25:54,491 ERROR [stderr] (default ...
0
votes
0
answers
141
views
Freeipa Freeradius TOTP
Tell me, please, if it is possible to implement authorization via freeradius using user totp tokens located on freeip's ldap. Currently, the authorization system is implemented via freeradius with ...
1
vote
1
answer
696
views
Keycloak LDAP Sync: Existing Keycloak User Not Linking to New LDAP User with Same Username
I’m facing an issue with Keycloak LDAP integration related to user synchronization. The LDAP sync works fine when a user only exists in LDAP—Keycloak automatically creates the user upon sync. However, ...
0
votes
0
answers
168
views
LDAP Reset Password errror javax.naming.NamingException: connection has been closed; remaining name when resetting password using LdapTemplate
I'm working with Spring LDAP and trying to reset a user's password via an LDAP connection. I’ve set up the connection successfully, but when I attempt to change a user's password, I encounter the ...
1
vote
0
answers
44
views
LDAP plugin for apache-answer-incubator
How to connect to apache-answer-incubator through Ldap for authentication? And how to use the plugin created in the authentication module for login?
I tried creating a plugin on lines of oauth plugin. ...
0
votes
0
answers
43
views
LDAP / Active Directory - Using PrincipalContext ValidateCredentials - Help treating as Login
We have policies that are disabling accounts that haven't logged into the domain in the last X days.
I have a .Net C# website that uses PrincipalContext to validate usernames and passwords against the ...