How to Configure DokuWiki OpenLDAP Authentication

5
How to Configure DokuWiki OpenLDAP Authentication
In this tutorial, you will learn how to configure DokuWiki OpenLDAP authentication. How can I configure DokuWiki to enable authentication against OpenLDAP server. In this guide, we are going to learn how to configure DokuWiki for OpenLDAP authentication. Configure DokuWiki OpenLDAP Authentication Before you can proceed, ensure that you got OpenLDAP server and DokuWiki installed. Follow the guides below to learn...

Setup LDAP Self Service Password Tool on CentOS 8

5
This guide will take you through how to setup LDAP Self Service Password Tool on CentOS 8. If you got users who are authenticating against an LDAP directory, you might want them to be able to reset their passwords on their own. Self Service Password tool is a PHP application that gives you this capability. It supports a number...

Configure SSSD for OpenLDAP Authentication on Ubuntu 18.04

11
openldap sssd
In this guide, we are going to learn how to configure SSSD for OpenLDAP Authentication on Ubuntu 18.04. SSSD is an acronym for System Security Services Daemon. It  provide access to local or remote identity and authentication resources through a common framework that can provide caching and offline support to the system. It also provides several interfaces, including NSS...

Install phpLDAPadmin on CentOS 8

2
Install phpLDAPadmin on Rocky Linux 8
In this guide, we are going to learn how to install phpLDAPadmin on CentOS 8. phpLDAPadmin is web application written in PHP for administering LDAP and thus it comes in very handy for system administrators who are gui centric. With it, you can administer LDAP via the browser. Before you can proceed, learn how to install OpenLDAP on CentOS 8...

Implement OpenLDAP Password Policies

0
In this guide, we are going to learn how to implement OpenLDAP password policies. In OpenLDAP, password policies are implemented through the use of Password Policy (ppolicy) Overlay. ppolicy overlay provides a variety of password control mechanisms including; Password aging -- both minimum and maximum agesPassword qualityAutomatic account lockingPassword reuse and duplication controlAccount time-outsMandatory password resetsAcceptable password contentGrace logins to...

Configure ownCloud OpenLDAP Authentication

0
install owncloud
To avoid having to create local ownCloud user accounts, it is possible to configure ownCloud to authenticate users against the directory systems such as OpenLDAP or AD. In this guide, we are going to learn how to configure ownCloud OpenLDAP authentication. ownCloud server used in this demo is running on a CentOS 8 system. Learn how to setup ownCloud server...

How to Configure SUDO via OpenLDAP Server

12
Run only Specific Commands with sudo in Linux
Well, in this guide, we are going to demonstrate how to configure SUDO via OpenLDAP Server. Apart from being able to provide sudo rights on a local system, sudo can also be configured via LDAP. Providing SUDO via OpenLDAP eliminates the need to give users sudo privileges via the local system sudoers file. How to Configure SUDO via OpenLDAP Server In order...

Configure OpenLDAP Host Based Authentication

0
How do you configure OpenLDAP such that access is restricted based on host name of the computer being accessed and the user associated with the host name? Well, in this guide, we will learn how to configure OpenLDAP host based authentication. Disclaimer: This guide is based on the configurations I made on my OpenLDAP server to get the host based...

Configure SSSD for OpenLDAP Authentication on CentOS 8

16
openldap sssd
In this guide, we are going to demonstrate how to configure SSSD for OpenLDAP Authentication on CentOS 8. In our previous guides, we have covered how to install and setup OpenLDAP on CentOS 8 as well how to configure SUDO via OpenLDAP. See the links below; Install and Setup OpenLDAP on CentOS 8 How to Configure SUDO via OpenLDAP Server Configure SSSD...

How to Create OpenLDAP Member Groups

3
Install and Setup OpenLDAP Server
While assigning specific access rights or permissions to users whose access to various organization systems or resources are controlled via directory or identity management tools like OpenLDAP or FreeIPA, it is more feasible and less time consuming to manage this as a group. In this guide, we are going to learn how to Create OpenLDAP Member Groups to enable...