---
myst:
html_meta:
description: Install and configure Kerberos authentication on Ubuntu Server including KDC setup, service principals, and OpenLDAP backend integration.
---
(how-to-kerberos)=
# Kerberos
This section assumes you have some familiarity with the terms and concepts used in Kerberos.
You will need a properly configured DNS server set up before you begin. See the {ref}`install-dns` page for instructions on how to set this up.
We recommend following this set of how-to guides in the order presented for best results.
```{toctree}
:titlesonly:
Install a Kerberos server
Configure service principals
Kerberos encryption types
Set up secondary KDC
Basic workstation authentication
Kerberos with OpenLDAP backend
```
## See also
* Explanation: {ref}`introduction-to-kerberos`