1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Updated LDAP authentication (markdown)

Peter Bieringer 2024-09-22 21:00:46 +02:00
parent 457f108b76
commit f33893329a

@ -54,3 +54,18 @@ permissions: r
```
**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
```