Questions tagged [openldap]

OpenLDAP Software is a free, open source implementation of the Lightweight Directory Access Protocol (LDAP) developed by the OpenLDAP Project. LDAP is a platform-independent protocol for querying and modifying data using directory services running over TCP/IP.

OpenLDAP Software is a free, open source implementation of the Lightweight Directory Access Protocol (LDAP) developed by the OpenLDAP Project. LDAP is a platform-independent protocol for querying and modifying data using directory services running over TCP/IP.

It is released under its own BSD-style license called the OpenLDAP Public License. The OpenLDAP Project was started in 1998 by Kurt Zeilenga which was initially based on a clone of the LDAP reference implementation from the University of Michigan.

1452 questions
0
votes
1 answer

Oracle Berkeley DB

I am trying to download the Oracle Berkeley DB , but I only see the 18.1 version and I would need 5.0 according to my OpenLDAP documentation. https://www.oracle.com/database/technologies/related/berkeleydb-downloads.html When I go to "Previous…
PaulO
  • 15
  • 8
0
votes
2 answers

Can't determine the principal used to LDAP syncrepl GSSAPI

I've configured two openldap fully functional in HA (syncrepl mode provider - slave). After testing that simple bind syncrepl works flawlessly, I'm trying to deploy from scratch using only GSSAPI to avoid the use of plain text passwords. I've…
DG DM
  • 35
  • 5
0
votes
1 answer

Specify Keytab Location for Slapd

I need help. How can I set up the ldap keytab location path in order that slapd uses it instead of the system /etc/krb5.keytab? I can't find the configuration in documentation. Thank you so much.
DG DM
  • 35
  • 5
0
votes
0 answers

NSS-LDAP not working over TLS: do_open: do_start_tls failed:stat=-1

I'm using NSS-LDAP for authentication. Without TLS, everything works fine. Once I enable TLS (StartTLS) with a self-signed certificate, which I have added to the client, NSS-LDAP won't connect to the LDAP server. systemctl status…
jacobz
  • 101
  • 2
0
votes
0 answers

OpenLDAP hardware requirements

I am new to OpenLDAP and I would like to know what the hardware requirements are for an implementation. I couldn't find much information, except for this: RAM: 1GB + 1.5 times the size of the LDIF database of the server CPU: 500MHZ + 1MHz for any…
PaulO
  • 15
  • 8
0
votes
1 answer

How to add custom attribute to open ldap on ubuntu

I am trying to following this answer How to add a new attribute to an existing LDAP objectclass? but I am getting an error modifying entry "dc=internal,dc=domain,dc=com" ldap_modify: Object class violation (65) additional info: attribute…
shorif2000
  • 351
  • 1
  • 8
  • 28
0
votes
1 answer

Install openldap server wth puppet - Error: Could not prefetch openldap_database provider 'olc': Command original_slapcat is missing

i am trying to install openldap server with Puppet Version 5.5.20. For the openldap installation i use camptocamp/openldap module v 2.0.0. I try it first with minimal configuration. My puppet manifest file is # Test installation OpenLDAP class…
incitynet
  • 1
  • 1
0
votes
1 answer

OpenLDAP: attempting to load ppolicy module

I have an OpenLDAP server on CentOS 7.8 and am trying to get the ppolicy overlay loaded. I'm attempting to load in the module with this command: ldapmodify -Y EXTERNAL -H ldapi:/// -f ppolicy_load.ldif and I get this error: add olcModuleLoad: …
JohnA
  • 586
  • 3
  • 13
0
votes
1 answer

Backing up OpenLDAP in Windows environment

I need to find a concept how to backup OpenLDAP data (the data directory) in a windows environment. I googled around a bit and found: https://github.com/elmar/ldap-git-backup. But this framework is for Debian environments. Does anybody know a…
Billie
  • 3
  • 2
0
votes
0 answers

ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1) running on Docker openldap osixia/openldap:1.3.0

Problem When I run ldapsearch I get a connected status followed by an error Can't contact LDAP server (-1) ldapsearch -x -H ldap://localhost:636 -d 1 -ZZ Can't contact LDAP server…
Dave Russell
  • 1
  • 1
  • 2
0
votes
1 answer

How can export user with pwdchangedtime in openldap server to another openldap server

I am using openldap 2.4.42 version with policyd. I installed new version openldap server and I want export all user to new openldap. It's export is succussfull but without user password "pwdChangedTime". How can export user with pwdChangedTime in…
0
votes
1 answer

OpenLDAP - add the first entry

This is the second day I try to add the first entry to OpenLDAP 2.4.44. Configuration: # {-1}frontend, config dn: olcDatabase={-1}frontend,cn=config objectClass: olcDatabaseConfig objectClass: olcFrontendConfig olcDatabase: {-1}frontend #…
Leos Literak
  • 305
  • 4
  • 13
0
votes
1 answer

Store changelog in openldap database

I want to store changelog in my OpenLDAP database which contains details like this: This is a sample entry from another system which is using openLDAP I configured audit log but they are storing less information and it is in LDIF file not directly…
0
votes
1 answer

Unable to conect OpenLDAP with TLS on CentOS

This is the error log: error log cn=config.ldif I have tried almost every single configuration possible of ldap.conf current config of ldap I tried this : https://www.golinuxcloud.com/configure-openldap-with-tls-certificates/#comment-20414 as well…
0
votes
1 answer

Anonymous auth in an ACL on OpenLDAP

I am new-ish to LDAP, and I am studying now the ACLs ( OlcAccess ) So, on the OpenLDAP Official documentation, I found this example: access to attrs=userPassword by self =xw by anonymous auth by * none I was wondering what…
PaulO
  • 15
  • 8