feat: nextcloud ability to get groups from ldap backend

Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
Bert-Jan Fikse 2026-03-13 15:37:33 +01:00
parent d517f77b6c
commit 6f4cc2bdb3
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A

View file

@ -111,4 +111,10 @@ nextcloud_ldap_config: {}
# ldapEmailAttribute: "mail" # ldapEmailAttribute: "mail"
# ldapExpertUsernameAttr: "uid" # ldapExpertUsernameAttr: "uid"
# ldapExpertUUIDUserAttr: "nsuniqueid" # ldapExpertUUIDUserAttr: "nsuniqueid"
# ldapBaseGroups: "ou=groups,dc=example,dc=com"
# ldapGroupFilter: "(&(objectClass=groupOfNames))"
# ldapGroupFilterObjectclass: "groupOfNames"
# ldapGroupDisplayName: "cn"
# ldapGroupMemberAssocAttr: "member"
# ldapAdminGroup: "admins"
# ldapConfigurationActive: "1" # ldapConfigurationActive: "1"