From 858598d80b3f4fff2c08433e8665b08cb0e4d6ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Tue, 13 Jul 2021 15:58:36 +0000 Subject: [PATCH] chore: add debug info in get_acls() --- lib/perl/OVH/Bastion/allowdeny.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/perl/OVH/Bastion/allowdeny.inc b/lib/perl/OVH/Bastion/allowdeny.inc index 8493278..662fae2 100644 --- a/lib/perl/OVH/Bastion/allowdeny.inc +++ b/lib/perl/OVH/Bastion/allowdeny.inc @@ -984,7 +984,7 @@ sub get_acls { # then check for group access my $grantedGroup = OVH::Bastion::get_acl_way(way => "group", group => $shortGroup); - osh_debug("get_acls: grantedGroup=" . Data::Dumper::Dumper($grantedGroup)); + osh_debug("get_acls: grantedGroup($shortGroup)=" . Data::Dumper::Dumper($grantedGroup)); next if not $grantedGroup; # if group doesn't have access, don't even check legacy either # now we have to cases, if the group has access: either the account is member or guest