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

New LDAP password on LDAP server does not synch to the LDAP client

This is more or less the same issue as the SO article in LDAP server to LDAP client password sync issue, however, I can provide a little bit more info ... I have an slapd server on a Raspberry acting as LDAP server another Raspi, the client is…
andimeier
  • 1,213
  • 2
  • 12
  • 19
0
votes
1 answer

OpenLDAP invalid credentials immediately after setting credentials

I am having trouble binding users that are not the root dn in OpenLDAP, even if I immediately set the password, I still get ldap_bind: Invalid credentials (49) For example, if I use ldappasswd to set the password (authenticating with the root dn),…
Leif Andersen
  • 21,580
  • 20
  • 67
  • 100
0
votes
1 answer

slapi plug-in does not work after update of OpenLDAP from 2.4 to 2.6.1

We build from source and run OpenLDAP and the SLAPI plugin since ages on Linux. The SLAPI plugin, written in C, publishes LDAP changes (add, modify, delete) to an Identity Management System (IDM). The plugin is configured in slapd.conf as plugin…
guru
  • 147
  • 2
  • 13
0
votes
0 answers

Access control list for LDAP OU (Organisational Unit)

I am new to LDAP (currently using OpenLDAP 2.4) and I am struggling to define a ACL entry that will manage the various Access Levels for entries that are child entries of an OU. The structure is as…
0
votes
1 answer

openLDAP Proxy fails with ldaps

This issue is driving me a bit insane. I am trying to configure an openLDAP Proxy to an Active Directory, which works fine as long as I use unencrypted ldap to the AD. But I would like to secure the connection between the proxy and the AD via…
Brtlb
  • 46
  • 5
0
votes
1 answer

slapd unment dependency in debian 8

I want to install openLdap package from jessie repository. this is my sources.list file content : deb http://security.debian.org/ jessie/updates main contrib deb-src http://security.debian.org/ jessie/updates main contrib I run apt-get update and…
f_y
  • 73
  • 9
0
votes
1 answer

Error "ldap_sasl_bind_s failed" on n-way multi-master openldap

I am trying to connect openldap nodes in cluster but I receive the following message (The password is update on all different openldap). What password is failing and how can I force to be update? Feb 25 18:57:01 ldap03 slapd[9556]: slapd…
Guif If
  • 535
  • 2
  • 7
  • 18
0
votes
1 answer

how to re-enable anonymous login in openldap

I have recently installed openldap 2.4.42 and disabled anonymous login using the following content in ldif file. dn: cn=config changetype: modify add: olcDisallows olcDisallows: bind_anon dn: cn=config changetype: modify add:…
Phani Dadi
  • 623
  • 4
  • 11
0
votes
0 answers

Slapd won't start via service

Doing sudo service slapd start throws an error: -- Unit slapd.service has begun starting up. Apr 08 08:47:31 mail slapd[31144]: * Starting OpenLDAP slapd Apr 08 08:47:32 mail slapd[31149]: @(#) $OpenLDAP: slapd (Ubuntu) (May 30 2017…
JamesLast
  • 1
  • 1
0
votes
1 answer

Openldap cannot authenticate non-admin users

I migrated OpenLDAP setup to newer version (2.4), and now can only bind to it with "root" account - cn=admin,dc=mydomain,dc=com. Authentication for any other users just fails with error 49 (Invalid credentials). Even if create new user from scratch…
Cozzamara
  • 1,318
  • 1
  • 14
  • 22
0
votes
1 answer

Why slapd is requesting backend to load different dn than the one asked?

Could anyone please explain why slapd requesting its backend to load data corresponding to the distinguished name "cn=kerberoskdc,cn=config,dc=example,dc=com" when I'm actually asking for dn= 'cn=user,dc=example,dc=com', 'user' code : require…
Praneetha
  • 303
  • 4
  • 17
0
votes
2 answers

ldapmodify: invalid format (line 4) entry: "olcDatabase={2},cn=config"

New to Openldap (2.4.40). I am getting this error when running: ldapmodify -a -x -H "ldaps://localhost:636" -D "cn=Manager,dc=test,dc=mydomain,dc=com" -W -f olcsyncrepl.ldif Error: ldapmodify: invalid format (line 4) entry:…
Victor
  • 1
  • 1
  • 2
0
votes
0 answers

Openldap 2.4 within Docker container

I'm setting up an openldap server (slapd) within a docker container, I just took the latest centos image (tags: latest, centos7, 7, image here and then I've installed following…
peternerd
  • 23
  • 5
0
votes
1 answer

Require LDAP-based basic authentication for one Apache location and specific group membership for a sub-location

I have Apache 2.4.7 running on Ubuntu 14. I installed slapd and created two people, uid=wilma,ou=People,dc=mysite,dc=com and uid=betty,ou=People,dc=mysite,dc=com. They both have object classes inetOrgPerson, posixAccount, and shadowAccount. (I would…
Becca Dee
  • 1,530
  • 1
  • 24
  • 51
0
votes
0 answers

Configure ldap for SSL/TLS

Configure OPENLDAP for SSL/TLS. Basically i need to configure ldap for secure connection on port like 636. Currently i have seen many articles to configure it in Linux(CentOS 7). But all are using slapd.config file but in my installation i am not…
Sarkar
  • 3
  • 5