From 46331ac536db6a9f547ab4a6a01b4af1b0945d84 Mon Sep 17 00:00:00 2001 From: alena Date: Fri, 25 Feb 2011 11:50:40 -0800 Subject: [PATCH] create/update/deleteDomain commands should be available for Root admin only --- 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 9b12f467c82..d347a9566b9 100755 --- a/client/tomcatconf/commands.properties.in +++ b/client/tomcatconf/commands.properties.in @@ -21,9 +21,9 @@ enableUser=com.cloud.api.commands.EnableUserCmd;3 #### Domain commands -createDomain=com.cloud.api.commands.CreateDomainCmd;3 -updateDomain=com.cloud.api.commands.UpdateDomainCmd;3 -deleteDomain=com.cloud.api.commands.DeleteDomainCmd;3 +createDomain=com.cloud.api.commands.CreateDomainCmd;1 +updateDomain=com.cloud.api.commands.UpdateDomainCmd;1 +deleteDomain=com.cloud.api.commands.DeleteDomainCmd;1 listDomains=com.cloud.api.commands.ListDomainsCmd;7 listDomainChildren=com.cloud.api.commands.ListDomainChildrenCmd;7