Questions tagged [slapd]

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

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

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
  • 8
  • 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,006
  • 3
  • 17
  • 31
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?
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
  • 185
  • 1
  • 7
1
vote
1 answer

How to increase size of OpenLDAP MDB database? (MDB_MAP_FULL Error Code)

I'm getting this error related to slapd service (OpenLDAP server) in syslog mdb_idl_insert_keys: c_put id failed: MDB_MAP_FULL: Environment mapsize limit reached (-30792) This error comes when I'm trying to add new users on OpenLDAP, I'm using…
Vishal
  • 185
  • 1
  • 7
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
1
vote
0 answers

Debugging slapd error 52 (LDAP_UNAVAILABLE)

I have a server running slapd. When I reboot the server, I am able to perform ldapsearches from the server to itself and receive correct responses for a couple of minutes. But after a couple minutes have elapsed, the server starts responding…
Rusty Lemur
  • 111
  • 2
1
vote
0 answers

Why does slapd say "bdb_equality_candidates: (objectClass) not indexed" when the indices actually exist?

I have slapd 2.4.31-1+nmu2ubuntu8.3 installed on Ubuntu 14.04 and running as master to a secondary sync. It works well for all things LDAP, but I notice these errors in /var/log/debug every so often: May 19 09:19:01 ldap1 slapd[9507]: <=…
Server Fault
  • 3,454
  • 7
  • 48
  • 88
1
vote
1 answer

OpenLDAP Give Group Write Access

Our openldap has multiple groups: useradmins, agt, ib, iss, itt The "useradmins" group has always had permissions to edit (write) to all of the groups. I recently performed a simple 'yum update' and openldap was updated. Since that time (about 3…
MSF004
  • 177
  • 1
  • 1
  • 11