Browsing category

Linux

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 […]

Install and Configure phpLDAPAdmin on CentOS 7 / Ubuntu 16.04

phpLDAPAdmin (aka PLA) is a web application for administering LDAP servers. It provides an easy way to manage LDAP servers over a web browser.  It is written in PHP language and is licensed under the GNU GPL. Since it is a web application, this LDAP browser works on many platforms such as Ubuntu, Debian, Redhat […]