Questions tagged [slapd]

for questions related to SLAPD, a Standalone LDAP Daemon, a predecessor of the modern LDAP protocol

The SLAPD (Standalone LDAP Daemon) and SLURPD (Stand-alone LDAP update replication daemon) originally evolved within the long-running project that developed the LDAP protocol.

Today, many LDAP Server Implementations are derived from the same code base of the original SLAPD and/or evolutions of it.

Reference

https://en.wikipedia.org/wiki/Slapd

35 questions
0
votes
2 answers

Setting up slapd via Ansible debops.slapd

I'm trying to setup a slapd service on an Ubuntu 16 machine using Ansible and debops.slapd but cannot get a working authentication up and running. My playbook file looks like this: --- - hosts: "{{hosts}}" become: true become_user: root …
Christian Seifert
  • 2,780
  • 5
  • 29
  • 45
-1
votes
1 answer

Slapd gives an error when creating a user

Im creating a user in a LDAP server in ubuntu 20.04, but it gives me this error: error The config of the user is this: user code Im using slapd and ldap-utils services i tried to leave only that user in the file, but didnt worked, i didnt tried much…
-1
votes
1 answer

Ansible with dpkg-reconfigure command

How to write Ansible YAML for tasks done using dpkg-reconfigure command that ask question during the process? Example sudo dpkg-reconfigure slapd I was trying to write an Ansible playbook to automate reconfiguring slapd with default values.
Kakuye
  • 15
  • 4
-1
votes
1 answer

ldapadd / ldapmodify - adding database parameters

I'm a n00b when it comes to ldap and wondering if someone could please help me. I've been running through a tutorial (and have it working), but they seem to be doing something that doesn't appear to be the correct way of doing it, and I don't…
STOIE
  • 141
  • 1
  • 9
-1
votes
1 answer

slapd starts when called directly but won't start from systemctl

running fedora 27 here. I'm attempting to run slapd from a fresh openldap install. When I try and run with systemctl start openldap, the daemon fails to start. journalctl gives the following output: Jun 19 00:30:25 slapd[1325]: @(#) $OpenLDAP:…
miles.sherman
  • 171
  • 3
  • 11
1 2
3