Questions tagged [slapd]

slapd (Standalone LDAP Daemon) is an LDAP server implementation, part of the OpenLDAP open source project.

97 questions
0
votes
1 answer

Why all LDAP user passwords are incorrectly imported? And can't be modified?

First of all I am new to OpenLDAP setup. I have followed instructions coming from: HowToForge.com linux openldap setup #root dn: dc=localhost,dc=com dc: localhost objectClass: dcObject objectClass: organizationalUnit ou: rootObject ou:…
Michael Mao
  • 215
  • 1
  • 5
  • 12
0
votes
1 answer

What are all the certificates mandatory to be provide while setting TLSVerifyClient option to demand

In my case, I had set TLSVerifyClient to demand. I couldn't be able to establish a connection While providing TLSCACertificateFile alone. While setting the TLSVerifyClient option demand is it mandatory to provide the following option or …
ram ajay
  • 11
  • 2
0
votes
1 answer

LDAP configuration for slapd-sock / slapo-sock / back-sock

Current system: CentOS 7.9, OpenLDAP 2.4 I would like to implement a "hook" into my LDAP operations so that when an ldapadd or ldapmodify operation takes place, a script is run in addition to the normal database operations. From my web searches, it…
0
votes
0 answers

CentOS Stream 8 OpenLDAP failing to start slapd service

I tried to install openldap by following this guide: https://computingforgeeks.com/install-configure-openldap-server-centos/ but the service does not start showing the following error: ● slapd.service - OpenLDAP Server Daemon Loaded: loaded…
iali
  • 1
0
votes
0 answers

OpenLDAP slapd.d configuration directory not updated

I have 'inherited' an openldap (CentOS 7) server which configuration is handled dynamically (using a slapd.d directory and a tree of ldif files). I used ldapmodify to add an attribute (olcDbCheckpoint) to one of the backends. The change had the…
nathou
  • 163
  • 6
0
votes
0 answers

CentOS Stream 9 OpenLDAP failing to start slapd service

I'm trying to set up an OpenLDAP server on CentOS Stream 9, currently the server is only used to host a Wiki.JS wiki. I've installed the OpenLDAP server and client packages through yum without any problems but when I try to start slapd services it…
0
votes
1 answer

OpenLdap slapd how to query multiple DIT with a single ldapsearch

I have an open ldap server, slapd, serving two DITs first is a completely local tree, ou=People,dc=local,dc=company,dc=org because we have some external users in our department second is a translucent overlay to the company's ldap…
frank
  • 1
0
votes
1 answer

Migrating OpenLDAP data from 2.4 to 2.5

I have gone through documentation online and on some forums but I am stuck on importing data from ldap 2.4 to 2.5 (Migrating to a new server as well). Here are the steps I did and the error I am receiving. (There were multiple other errors but that…
tvziem
  • 1
0
votes
1 answer

openldap / slapd return the error : "daemon: listen(ldap://my.server1.org, 5) failed errno=98 (Address already in use)"

I am trying to set up a master master replication between two openldap servers. To do so, the first steps make me configure theses two files : /etc/hosts, need to contain the DNS of the baseDN of the servers (itself and the second server)…
user161458
  • 21
  • 5
0
votes
1 answer

Does packages security patches are backported to older version?

I see on cve.mitre.org that OpenLDAP (slapd) package have plenty of vulnerabilities prior to 2.4.57. If I want to install OpenLDAP from official repositories on my Debian 10, which version is slapd/oldstable,oldstable 2.4.47+dfsg-3+deb10u6 amd64. Do…
Stormrice
  • 63
  • 5
0
votes
1 answer

How to check ldap password storage policy

How do I check how passwords are stored in a local running OpenLDAP server? I would prefer some sort of query that will state the used configuration. Alternatively, accessing the stored passwords to see that they are encrypted would also be…
joaerl
  • 397
  • 1
  • 3
  • 11
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

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
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

OpenLDAP cn=config database access blocked

I use OpenLDAP 2.4.54 with Alpine. Here is my ldap configuration $ sudo slapcat -n0 dn: olcDatabase={-1}frontend,cn=config objectClass: olcDatabaseConfig objectClass: olcFrontendConfig olcDatabase: {-1}frontend structuralObjectClass:…
azmeuk
  • 195
  • 1
  • 2
  • 16