slapd (Standalone LDAP Daemon) is an LDAP server implementation, part of the OpenLDAP open source project.
Questions tagged [slapd]
97 questions
2
votes
1 answer
ldap on Ubuntu 16.04 - Invalid credentials (49)
I'm trying to set up a local LDAP instance so I can debug some software that uses LDAP for authentication. I had this working correctly on Ubuntu 14.04 LTS, but trying to upgrade to Ubuntu 16.04 LTS nuked by box and I reinstalled for scratch Ubunut…

Stephen M -on strike-
- 151
- 1
- 2
- 10
2
votes
1 answer
Configure Jenkins with LDAP : parameter 'Root DN'
I am installing an LDAP server and configuring Jenkins in order to accept LDAP for authentication. In Jenkins parameters, I have a weird behavior with the parameter Root DN.
Documentation says :
Root DN
For authenticating user and determing the…

Arnaud Denoyelle
- 413
- 1
- 5
- 6
2
votes
1 answer
OpenLDAP default configuration file is `/etc/ldap/slapd.d` rather than `/etc/ldap/slapd.conf`
My openldap (version 2.4.31) makes directory /etc/ldap/slapd.d as its default configuration files rather than /etc/ldap/slapd.conf as the old version does. I found it becomes more complicated to configure openldap than ever.
How should I configure…

seanlook
- 559
- 2
- 10
- 18
2
votes
1 answer
command line alternative to dpkg-reconfigure slapd
Is there a way to reconfigure slapd, providing all configuration options as command-line parameters/arguments?
My goal is to be find an alternative to the interactive UI.
Thank you

Moshe Shmukler
- 207
- 1
- 8
2
votes
2 answers
OpenLDAP syncrepl probblem with password policies
Recently I have been working to get slapd syncrepl working using an LDAP backend (push based replication). While I have had fantastic results with syncrepl doing pull based, the push based is killing me.
I'm having issues with the following output…

Eirik Toft
- 834
- 9
- 20
2
votes
1 answer
Is This Normal LDAP Behaviour In CentOS Linux?
Hello fine people!
As a novice in the Linux world, I have managed to learn enough to put into production a ClearOS 5.2 server running the CentOS Linux Distro. This box serves as my Primary Domain Controller, LDAP Server, and OpenVPN server as well…

Kismet Agbasi
- 323
- 1
- 4
- 17
2
votes
1 answer
Configure selinux to allow openldap on CentOS 6.4
I'm trying to run an OpenLDAP server on CentOS 6.4 with selinux enabled, but slapd is dieing as soon as it's started via /etc/init.d/slapd start. (init script reports OK; everything works fine after setenforce 0.
found these messages in…

Brad Mace
- 1,024
- 3
- 17
- 32
2
votes
1 answer
How do the slapd logging levels work?
I can't seem to find an example of how each of the log levels in slapd work. I want slapd to log the users who are logging in, and the server that they are trying to log into, as well as any authentication errors. I've tried using this LDIF to…

zymhan
- 1,371
- 1
- 17
- 30
2
votes
0 answers
OpenLDAP Meta backend to return one result
I have configured OpenLDAP to act as a proxy server via meta backend to do remote queries to two different companies' Active Directory servers. Everything works correctly in terms of pulling information from both domains. However... we have a case…

Chris
- 21
- 2
2
votes
0 answers
Can OpenLDAP deliver operational attributes by default?
I have configured OpenLDAP with the memberOf overlay and everything works as expected for me. I can see the group memberships in the operational attributes of an object.
Now i am running into the problem, that some applications do not request…

user666346
- 21
- 1
2
votes
0 answers
Last login a user in OpenLdap
I am running openldap 2.4.45. Is there anyway I can get the last login time of a user using authtimestamp or any other attribute?

Gurkan Gurcan
- 21
- 1
1
vote
1 answer
slapd receives unexpected shutdown after CentOS 7.7 upgrade
After upgrading from CentOS 7.6 to 7.7 the slapd process receives a shutdown request a few seconds after its start. Where do I have to enable logging to get more information?
I'm using OpenLdap on CentOS 6/7 as an authentication backend, which…

bvogt
- 11
- 2
1
vote
1 answer
How to migrate users between two different versions of OpenLDAP?
I need to export and import users between Two different versions of OpenLDAP, Old openldap version is 2.42 and new one has version 2.44. Both the openldap servers are setup on Ubuntu.
In this answer ldap export and import they have used…

Vishal
- 215
- 2
- 9
1
vote
0 answers
OpenLDAP with LDAPS and N-Way Multi-master replication
We have the following setup:
Two OpenLDAP servers - openldap1, openldap2
They are to be set up as N-Way multi-master
Certificates are all set up correctly with alternate names etc and trust each other
I want slapd to bind to all interfaces on the…

marc
- 11
- 1
1
vote
1 answer
OpenLDAP limit max sessions per user
I have a slapd LDAP server and need to limit the number of active sessions per user. Is there a configuration parameter I can change to achieve this?

pmaurais
- 113
- 6