From 3070289266ef367075dee0b2430b96f596f769a2 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Tue, 10 Jul 2012 18:57:18 -0700 Subject: [PATCH] S2S VPN: Add privilege for normal users on list commands --- client/tomcatconf/commands.properties.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in index 703957de4bf..979a6f97bae 100755 --- a/client/tomcatconf/commands.properties.in +++ b/client/tomcatconf/commands.properties.in @@ -375,6 +375,6 @@ deleteVpnGateway=com.cloud.api.commands.DeleteVpnGatewayCmd;1 deleteVpnConnection=com.cloud.api.commands.DeleteVpnConnectionCmd;1 updateVpnCustomerGateway=com.cloud.api.commands.UpdateVpnCustomerGatewayCmd;1 resetVpnConnection=com.cloud.api.commands.ResetVpnConnectionCmd;1 -listVpnCustomerGateways=com.cloud.api.commands.ListVpnCustomerGatewaysCmd;1 -listVpnGateways=com.cloud.api.commands.ListVpnGatewaysCmd;1 -listVpnConnections=com.cloud.api.commands.ListVpnConnectionsCmd;1 +listVpnCustomerGateways=com.cloud.api.commands.ListVpnCustomerGatewaysCmd;15 +listVpnGateways=com.cloud.api.commands.ListVpnGatewaysCmd;15 +listVpnConnections=com.cloud.api.commands.ListVpnConnectionsCmd;15