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 +```