Starting with OpenLDAP

Starting with OpenLDAP 1. Install OpenLDAP on Ubuntu2. apt-get install slapd ldap-utils gq db4.8-util db4.8-doc jxplorer3. Create slapd.conf /usr/share/slapd/slapd.conf or whereever you want only thing it should be readable. Change domain components and admin password, dn as per your requirement4. Please check apparmor is off5. Please check /var/run/slapd directory is there or not. If yes…

Centralized Authentication Server & sudo access with OpenLDAP on Linux

Setting Up A Centralised Authentication Server With Sudo Access Using LDAP Scope: This document will cover setting up a Centralized Authentication Server with SUDO access using OpenLDAP & clients to authentication from the server. This is very practical document. This has been tested on Linux & Solaris. It will not explain what is LDAP and…