1,783 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
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
votes
1
answer
97
views
What config options might be affecting how the wildcard operater works in a LDAP query [closed]
I have two open OpenLDAP servers. A test environment and a production environment.
The wildcard operator seems to be not working in the production environment, but it does work in the test environment....
0
votes
2
answers
40
views
OpenLDAP, err=53 text=authentication required, despite anonymous enabled
I am using OpenLDAP (in a docker on Pi4b running Ubuntu LTS) for storing my Oracle TNS entries, on my Oracle VM OEL 7.9 I have configured ldap.ora and sqlnet.ora files and when I try to do tnsping , ...
1
vote
1
answer
57
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
63
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
81
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
288
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
33
views
What's the ldap query for ldapsearch to fetch MinPwdLen attribute from windows adserver?
How can the query be found to get the value of attributes like MinPwdLen, MinPwdAge, etc., from a Windows AD server? I got the distinguished name for this attribute from JXplorer, but I'm unable to ...
0
votes
1
answer
239
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: ...
1
vote
1
answer
149
views
implementation of mtls with php
I want to achieve mTLS on dummy php webpage from a guest to my Openldap Server.
I have issue and it seems my php never sends client certificate to my server even then I specified the options ...
1
vote
2
answers
405
views
Why the need to `decode_utf8` LDAP attribute values in an UTF-8 enviromment?
I wrote a Perl program (5.18.2 using NET::LDAP (perl-ldap-0.44-10.3.1.x86_64), both from SLES12 SP5) in an UTF-8 environment (LC_CTYPE="en_US.UTF-8", Emacs displays "UUU") that ...
0
votes
0
answers
139
views
pg_hba.conf for openldap doesn't work. In ldap server two seemingly similar commands have different result. Why?
I'm currently debugging why my postgres database cannot authenticate against openldap (slapd=2.4.57*). In pg_hba.conf I have the following line:
hostssl all all all ...
0
votes
2
answers
158
views
Rundeck group membership problems with OpenLDAP
I have followed the instructions on https://docs.rundeck.com/docs/administration/security/authentication.html#case-insensitive-username to authenticate from my OpenLDAP server. The rundeck version is ...
0
votes
2
answers
98
views
Ldap attribues for testing in Spring Boot with ApacheDS
I am trying to simulate a real Microsoft LDAP tree.
The application is working against a real LDAP, but using an inmemory LDAP server (ApacheDS) for testing in Spring Boot but it doesn't work. I can't ...
1
vote
1
answer
353
views
Importing ldap data throws issue with memberof
I exported my openldap using slapcat -n 1 -l directory.ldif
When I import to my newer openldap using slapadd -n 1 -l directory.ldif I get the following error:
register_at: AttributeType "( 1.2....