]> git.proxmox.com Git - pve-access-control.git/blobdiff - PVE/API2/Group.pm
start pool support, return NoAccess role, fix acl cache
[pve-access-control.git] / PVE / API2 / Group.pm
index 435e0190890ec4a698b253f26a539631b60037fa..ddea3dc3e7f2f93cba80b356f49fa8363e2b1d4c 100644 (file)
@@ -62,6 +62,7 @@ __PACKAGE__->register_method ({
 
        my $privs = [ 'User.Add', 'Sys.Audit' ];
        my $allow = $rpcenv->check_any($authuser, "/access", $privs, 1);
+       syslog("info", "TEST $allow");
        my $allowed_groups = $rpcenv->filter_groups($authuser, $privs, 1);
  
        foreach my $group (keys %{$usercfg->{groups}}) {