mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Implementing the evalutaion of indirect group membership.
Now member or uniqueMember can also be used for the group membership.
This commit is contained in:
parent
8318feacce
commit
e3b5a6040b
3 changed files with 64 additions and 34 deletions
7
config
7
config
|
@ -92,8 +92,11 @@
|
|||
# Path of the file containing password of the reader DN
|
||||
#ldap_secret_file = /run/secrets/ldap_password
|
||||
|
||||
# the attribute to read the group memberships from in the user's LDAP entry (default: not set)
|
||||
#ldap_groups_attribute = memberOf
|
||||
# The attribute to read the group memberships. This can be memberOf from the user's LDAP entry. member or uniqueMember can also be used. In this case an additional ldap search will be executed to find the groups where the user is member of.
|
||||
#ldap_groups_attribute =
|
||||
|
||||
# The base dn to find the groups. Will be used only if ldap_groups_attribute is member or uniqueMember. If not given ldap_base will be used.
|
||||
#ldap_groups_base =
|
||||
|
||||
# The filter to find the DN of the user. This filter must contain a python-style placeholder for the login
|
||||
#ldap_filter = (&(objectClass=person)(uid={0}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue