{
return '' unless $smb{ServerRole} =~ m{^(DM|ADM)$};
my $group_name = $ibay->prop('Group') || 'Shared';
return ("force group = $group_name");
}
