Add the shared 'role' so everything works event if you don't have any group

tags/0.2.7_el5 0.2.7_el5
Daniel Berteaud 11 years ago
parent d48f6094b1
commit f377726f7b
  1. 2
      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; my $data;
foreach my $group ($a->groups){ foreach my $group ($a->groups, $a->get('shared')){
my $groupname = $group->key; my $groupname = $group->key;
foreach my $share (@s){ foreach my $share (@s){
my $sharename = $share->key; my $sharename = $share->key;

Loading…
Cancel
Save