mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Updated LDAP authentication (markdown)
parent
457f108b76
commit
f33893329a
1 changed files with 16 additions and 1 deletions
|
@ -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.
|
||||
**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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue