---
myst:
html_meta:
description: Install and configure OpenLDAP on Ubuntu Server with guides for access control, replication, TLS, user management, and backup.
---
(how-to-openldap)=
# OpenLDAP
The Lightweight Directory Access Protocol, or LDAP, is a protocol for managing hierarchical data and accessing directories. The open source implementation used in Ubuntu is OpenLDAP.
These guides are intended to be sequential, so following them in the order presented below is suggested.
```{toctree}
:titlesonly:
Install OpenLDAP
Set up access control
OpenLDAP with replication
User and group management
OpenLDAP and TLS
Backup and restore
Introduction to passthrough authentication
Passthrough authentication with Kerberos
```
## See also
* How-to: {ref}`sssd-with-ldap`
* Explanation: {ref}`introduction-to-openldap`