From f33893329a7050ae3e9ab793798a98510b1748d2 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sun, 22 Sep 2024 21:00:46 +0200 Subject: [PATCH] Updated LDAP authentication (markdown) --- LDAP-authentication.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/LDAP-authentication.md b/LDAP-authentication.md index a2a9260..57ff079 100644 --- a/LDAP-authentication.md +++ b/LDAP-authentication.md @@ -53,4 +53,19 @@ collection: GROUPS/[^/]+ permissions: r ``` -**Important** The members of the group administrators have only write access to the group calendars in which he is a member. \ No newline at end of file +**Important** The members of the group administrators have only write access to the group calendars in which he is a member. + +# Examples + +## Configuration + +``` +[auth] +type = ldap +ldap_uri = ldap://localhost:3890 +ldap_base = dc=example,dc=tld +ldap_reader_dn = uid=radicale,ou=people,dc=example,dc=tld +ldap_secret = SECRET +ldap_filter = (&(objectClass=person)(uid={0})) +lc_username = True +```