From 9945a9f65a649148e6b9a64f55222fe28bf4e296 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dipl=2E=20Ing=2E=20P=C3=A9ter=20Varkoly?= Date: Sat, 21 Sep 2024 18:37:04 +0200 Subject: [PATCH] Enhance comments. Remove duplicate entry --- config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config b/config index f1037a81..0751fa75 100644 --- a/config +++ b/config @@ -59,7 +59,7 @@ # URI to the LDAP server #ldap_uri = ldap://localhost -# The base DN of the LDAP server +# The base DN where the user accounts have to be searched #ldap_base = ##BASE_DN## # The reader DN of the LDAP server @@ -71,8 +71,8 @@ # If the ldap groups of the user need to be loaded #ldap_load_groups = True -# Value: none | htpasswd | remote_user | http_x_remote_user | denyall -#type = none +# The filter to find the DN of the user. This filter must contain a python-style placeholder for the login +#ldap_filter = (&(objectClass=person)(cn={0})) # Htpasswd filename #htpasswd_filename = /etc/radicale/users