mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Updated LDAP authentication (markdown)
parent
ade8ae2622
commit
7252a80564
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ Following parameter are available. No default values are provided that means you
|
|||
* `ldap_filter` The ldap filter to find the DN of the login user. This filter must contain a python format string with placeholder(s) for the login: (&(objectClass=person)(cn={0}))
|
||||
|
||||
## Using LDAP group membership of users
|
||||
There is an additional variable `ldap_load_groups`. Settings this to `True` the `memberOf` LDAP-attributes of the user will be evaluated and can be used for the handling of access rights management and to the access to group calendars.
|
||||
The group calendars will not be created automaticaly but you have to create it on demand. After next access to the server the new calender is visible for all member of the group.
|
||||
There is an additional parameter `ldap_load_groups`. Settings this to `True` the `memberOf` LDAP-attributes of the user will be evaluated and can be used for the handling of access rights management and to the access the group calendars.
|
||||
The group calendars will not be created automaticaly but you have to create it on demand. After next access to the server the new calender is visible for all member of the group. Here is a scipt to create group calendar with random color.
|
||||
|
||||
```
|
||||
#!/bin/bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue