From c3643ff92e82fed86e63bab32e50bc85e7f3d35a Mon Sep 17 00:00:00 2001 From: Badlop Date: Wed, 4 Sep 2024 16:00:21 +0200 Subject: [PATCH] Add two missing LDAP top-level options --- content/admin/configuration/ldap.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/admin/configuration/ldap.md b/content/admin/configuration/ldap.md index adbf5801..3fa1a9b4 100644 --- a/content/admin/configuration/ldap.md +++ b/content/admin/configuration/ldap.md @@ -32,8 +32,10 @@ authentication and other for regular calls. To configure the LDAP connection there are these top-level options: - [ldap_servers](toplevel.md#ldap_servers) +- [ldap_backups](toplevel.md#ldap_backups) - [ldap_encrypt](toplevel.md#ldap_encrypt) - [ldap_tls_verify](toplevel.md#ldap_tls_verify) +- [ldap_tls_certfile](toplevel.md#ldap_tls_certfile) - [ldap_tls_cacertfile](toplevel.md#ldap_tls_cacertfile) - [ldap_tls_depth](toplevel.md#ldap_tls_depth) - [ldap_port](toplevel.md#ldap_port)