From 6f4cc2bdb3cbc715bcf0d03d1732f6d818e1ca3a Mon Sep 17 00:00:00 2001 From: Bert-Jan Fikse Date: Fri, 13 Mar 2026 15:37:33 +0100 Subject: [PATCH] feat: nextcloud ability to get groups from ldap backend Signed-off-by: Bert-Jan Fikse --- roles/nextcloud/defaults/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/nextcloud/defaults/main.yml b/roles/nextcloud/defaults/main.yml index a437ce6..0adf71e 100644 --- a/roles/nextcloud/defaults/main.yml +++ b/roles/nextcloud/defaults/main.yml @@ -111,4 +111,10 @@ nextcloud_ldap_config: {} # ldapEmailAttribute: "mail" # ldapExpertUsernameAttr: "uid" # ldapExpertUUIDUserAttr: "nsuniqueid" +# ldapBaseGroups: "ou=groups,dc=example,dc=com" +# ldapGroupFilter: "(&(objectClass=groupOfNames))" +# ldapGroupFilterObjectclass: "groupOfNames" +# ldapGroupDisplayName: "cn" +# ldapGroupMemberAssocAttr: "member" +# ldapAdminGroup: "admins" # ldapConfigurationActive: "1" \ No newline at end of file