11,703 questions
2
votes
1
answer
66
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://[db8::100]:1389"; // Change this to your actual LDAP ...
0
votes
0
answers
13
views
WSO2 API Manager 4.5.0: Unable to Login with ReadOnly LDAP UserStore (Works in 4.1.0)
I'm encountering an issue with WSO2 API Manager version 4.5.0 when setting up a ReadOnly LDAP UserStore. In our previous version (4.1.0), we were able to successfully authenticate and log in using our ...
0
votes
1
answer
27
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
38
views
NGINX nginx-auth-ldap stops authentication when the first LDAP server is unreachable
I am using the nginx-auth-ldap module in NGINX to authenticate against multiple LDAP servers. My configuration is set up to authenticate against the first LDAP server (ldap1), and if it fails, ...
0
votes
0
answers
33
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
44
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
34
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
23
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
21
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
59
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
26
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
115
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
31
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
31
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
111
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 ...