From 457f108b7657e8b0042e3e5f9da41fd9069c1105 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sun, 22 Sep 2024 20:58:06 +0200 Subject: [PATCH] fiy typos --- LDAP-authentication.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LDAP-authentication.md b/LDAP-authentication.md index 8576e3f..a2a9260 100644 --- a/LDAP-authentication.md +++ b/LDAP-authentication.md @@ -1,8 +1,8 @@ -# Enalbe LDAP Authentication +# Enable LDAP Authentication The first step to enable LDAP authentication is the installation of the corresponding python module. Even if the python-ldap module is supported, we recommend the use of python-ldap3 as the further development is only based on this module. ## Configure LDAP Authentication -After installing the python ldap module you have to enable and confiugre it in the [auth] section of the configuration file of Radicale. Please note that anonymous bind is not supported. That means you have to provide a LDAP-account with read-rights to the user accounts. At the moment only SUBTREE searches are implemented. +After installing the python ldap module you have to enable and configure it in the [auth] section of the configuration file of Radicale. Please note that anonymous bind is not supported. That means you have to provide a LDAP-account with read-rights to the user accounts. At the moment only SUBTREE searches are implemented. Following parameter are available. No default values are provided that means you have to set all parameters: