11,652 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-3
votes
1
answer
28
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
2
answers
92
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
106
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
73
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
84
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
67
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
97
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
65
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
84
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
91
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
199
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 ...
1
vote
1
answer
98
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
91
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
158
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
121
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)....