Questions tagged [openldap]

OpenLDAP Software is a free, open source implementation of the Lightweight Directory Access Protocol (LDAP) developed by the OpenLDAP Project. LDAP is a platform-independent protocol for querying and modifying data using directory services running over TCP/IP.

OpenLDAP Software is a free, open source implementation of the Lightweight Directory Access Protocol (LDAP) developed by the OpenLDAP Project. LDAP is a platform-independent protocol for querying and modifying data using directory services running over TCP/IP.

It is released under its own BSD-style license called the OpenLDAP Public License. The OpenLDAP Project was started in 1998 by Kurt Zeilenga which was initially based on a clone of the LDAP reference implementation from the University of Michigan.

1452 questions
0
votes
0 answers

How to solve "Unexpected token" error while adding schac schema to openldap

I'm trying to add the schac schema to my OpenLDAP installation using the provided LDIF file but this fails with an "Unexpected token" error: root [2533] /etc/ldap/schema# ldapadd -Y EXTERNAL -H ldapi:/// -f schac-schema-1.5.ldif SASL/EXTERNAL…
phep
  • 414
  • 5
  • 15
0
votes
1 answer

Cannot enable OpenLDAP memberOf of Ubuntu 20.04

I've spent the last few days following multiple how to guides to create an LDAP server with memberOf enabled, on a fully updated clean install of Ubuntu Server 20.04.2, purging between each attempt. Most recently I've tried using the Perl Module…
Joe P
  • 1
  • 1
0
votes
2 answers

LDAP - Add a filter to an LDAP URL so that only users belonging to a certain group can access the app

We enable an application to use LDAP. In the configuration of the application, we need to inform a URL to connect to LDAP. We are currently providing the following URL... ldap://10.2.0.5:389/dc=domain,dc=abc,dc=de?uid QUESTION: We need to add a…
Eduardo Lucio
  • 269
  • 4
  • 14
0
votes
1 answer

What are the numbers for in these LDAP commands ? ldap(3), slapd(8), slapd.conf(5), slurpd(8)

What do the numbers between parentheses stand for in the above commands, found within the LDAP galaxy? I really cannot find anything out there, neither on the documentation, nor could I find any rationale for such an odd numbering style!
andreagalle
  • 123
  • 5
0
votes
1 answer

HTTPD LDAP Authentication not working

First time trying to do this and I'm completely lost. I have a Oracle Linux 7.9 server that has a directory that needs to be shared to users via HTTP so that they can download files to send out to third parties. I have been easily able to make it…
SJWales
  • 1
  • 3
0
votes
1 answer

Trying to get sudoers working on openldap/centos7

I was following this tutorial here: https://kifarunix.com/how-to-configure-sudo-via-openldap-server/ A lot of it made sense, but still new to openldap so some of this is cryptic too. I have the openldap running with users authenticating on other…
Codejoy
  • 107
  • 5
  • 17
0
votes
1 answer

OpenLDAP replication error

I have 2 OpenLDAP servers with replication activated and everything used to work fine. A few days ago, the "replica" account's password expired. And since then I was unable to make replication work again. I tried changing password,…
fearhack
  • 1
  • 3
0
votes
1 answer

Learning OpenLDAP, following an "older" tutorial-- hdb vs. mdb update needed, adjusting a step to move forward

http://www.rjsystems.nl/en/2100-d6-kerberos-openldap-provider.php This 2017 tutorial uses the hdb olcDatabase-- modern installations default to mdb. The step I am on is: http://www.rjsystems.nl/en/2100-d6-kerberos-openldap-provider.php#cncf Change…
BradChesney79
  • 67
  • 5
  • 12
0
votes
1 answer

Errors structure in Openldap

I have a question concerning Openldap. I'm using a solution(PingFederate) that gets errors from openldap to do different things depending on the filter. For example i can say : detect the invalid DN Error and when you get it do something. I've set…
Adam Kejji
  • 27
  • 4
0
votes
1 answer

OpenLDAP Consumer Replica

I have a Cluster OpenLDAP setup with 2 OpenLDAP servers running syncrepl on config and data, providing LDAP authentication to specific systems running various embedded OS. Now I was asked to add a Consumer replica with a subset of users and groups…
HotwireDK
  • 1
  • 1
0
votes
0 answers

Can't run slapd inside an ubuntu docker container

I am trying to create two docker containers, one to act as an ldap server and the other an ldap client. I started by creating the server. I am running on ubuntu 18.04 and using ubuntu image for my container, I just installed slapd & ldap-utils but…
0
votes
1 answer

SSSD integration with Ldap Error 'Could not start TLS encryption. TLS: hostname does not match CN in peer certificate'

We are currently using Wildcard certificate with SAN. I can successfully run ldapsearch from my client machine when I added TLS_REQSAN allow in openldap configuration. Now i'm trying to integrate SSSD with secure LDAP but getting the below…
Jos
  • 11
  • 1
  • 5
0
votes
1 answer

Is there a way to migrate an existing matrix-synapse user database to OpenLDAP?

I am looking for a way to migrate a huge Synapse home server database to OpenLDAP without resetting the users' passwords. Migration to LDAP is necessary as we would like to integrate all our online services into each other Therefore, I am looking…
0
votes
1 answer

OpenLDAP implementation allows only root user to set passwords of accounts

I'm working application that requires the use of AWS ParallelCluster assets for some high performance processing. After the initial setup, we need to be able to add/remove user accounts and I am trying to set that up according to these instructions…
0
votes
1 answer

Multiple LDAP servers

I have two OpenLDAP servers: the server A with Linux VMs a1 and a2 connected to it (PAM LDAP) the server B with Linux VMs b1 and b2 connected to it (PAM LDAP) The servers have different users stored in their directories. Is it possible to…
haba713
  • 117
  • 6