From 7806ed34ffa772103fd419a0f32adde6247361ff Mon Sep 17 00:00:00 2001 From: kri164 <52274164+kri164@users.noreply.github.com> Date: Thu, 28 Mar 2024 10:29:55 +0100 Subject: [PATCH] example_configs: Update nextcloud.md - add a example of group filter (#882) --- example_configs/nextcloud.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/example_configs/nextcloud.md b/example_configs/nextcloud.md index 2e5cc21..3e5013e 100644 --- a/example_configs/nextcloud.md +++ b/example_configs/nextcloud.md @@ -114,7 +114,10 @@ Enter a valid username in lldap and check if your filter is working. ### Groups You can use the menus for this part : select `groupOfUniqueNames` in the first menu and check every group you want members to be allowed to view their group member / share files with. - +For example: +``` +(&(|(objectclass=groupOfUniqueNames))(|(cn=family)(cn=friends))) +``` ![groups configuration page](images/nextcloud_groups.png) ## Sharing restrictions