diff --git a/root/etc/e-smith/templates/var/lib/pydio/plugins/auth.serial/roles.ser/10All b/root/etc/e-smith/templates/var/lib/pydio/plugins/auth.serial/roles.ser/10All index 9d75d4d..989a343 100644 --- a/root/etc/e-smith/templates/var/lib/pydio/plugins/auth.serial/roles.ser/10All +++ b/root/etc/e-smith/templates/var/lib/pydio/plugins/auth.serial/roles.ser/10All @@ -9,7 +9,7 @@ my @s = $a->get_all_by_prop( type => 'share' ); my $data; -foreach my $group ($a->groups){ +foreach my $group ($a->groups, $a->get('shared')){ my $groupname = $group->key; foreach my $share (@s){ my $sharename = $share->key;