mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-07-27 03:03:04 +00:00
remove debug message
This commit is contained in:
parent
2e376c5849
commit
7b6f1fd306
@ -62,7 +62,6 @@ __PACKAGE__->register_method ({
|
||||
|
||||
my $privs = [ 'User.Allocate', '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}}) {
|
||||
|
Loading…
Reference in New Issue
Block a user