1,779 questions
1
vote
1
answer
91
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 ...
0
votes
0
answers
105
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
99
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
50
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
72
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
37
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
331
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
189
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
451
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
171
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
167
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
102
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
393
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....
0
votes
1
answer
191
views
How to make an existing structural objectClass auxiliary?
I am setting up a new OpenLDAP server running Alma 8 to replace the function of an existing OpenLDAP server running CentOS 7.
On the original server, there are group entries with the following ...
-1
votes
1
answer
201
views
rackslab/slurm-web can't vertify the user through openldap
slurm-web comes from the project https://github.com/rackslab/Slurm-web
When i configure authentication with openldap, and i use user/password as authentication, the login web page always says " ...