Browsing tag

openldap

Configure OpenLDAP with SSL on CentOS 7 / RHEL 7

In our previous article, we set up OpenLDAP server on CentOS 7 / RHEL 7 for centralized authentication. In continuation to that, we will now configure OpenLDAP with SSL for secure communication. In this setup, LDAP clients communications happen over secure port 636 instead of nonsecure port 389. Follow this guide to configure OpenLDAP with […]

Configure LDAP Client on Ubuntu 16.04 / Debian 8

In this guide, we will configure LDAP client to use LDAP authentication mechanism for login access. This guide has been tested on Ubuntu 16.04 and Debian 8 servers. Also, this guide should work on other Ubuntu and Debian distributions. Assuming that you have a working LDAP server, READ: Step by step guide to setup OpenLDAP […]

Install and Configure OpenLDAP on Ubuntu 16.04 / Debian 8

OpenLDAP is an open-source software implementation of Lightweight Directory Access Protocol, created by OpenLDAP project. It is released under OpenLDAP public license; it is available for all major Linux operating systems, AIX, Android, HP-UX, OS X, Solaris,z/OS, and Windows. It works like a relational database in certain ways and can be used to store any […]

Configure OpenLDAP Multi-Master Replication on Linux

In this guide, we will configure Multi-master replication of OpenLDAP server on CentOS 7 / RHEL 7. This Multi-Master replication setup is to overcome the limitation of typical Master-Slave replication where only the master server does the changes in the LDAP directory. READ: How to configure OpenLDAP Master-Slave Replication In the Multi-Master replication, two or […]

How to configure OpenLDAP Master-Slave Replication

This guide focuses on how to configure OpenLDAP Master-Slave Replication. I assume that you have two LDAP servers ready for the replication. Read: Step by Step OpenLDAP Server Configuration on CentOS 7 / RHEL 7 Follow the steps shown in the above link except creating LDAP users. We will create an LDAP user here to […]