From 2421236414aa8f4e152e1c507cf90f5885cb2bb9 Mon Sep 17 00:00:00 2001 From: alena Date: Fri, 15 Jul 2011 15:26:15 -0700 Subject: [PATCH] bug 10328: updateAccount is no longer available for domainAdmin status 10328: resolved fixed --- client/tomcatconf/commands.properties.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in index e2265d5cfcc..e2eb920db39 100755 --- a/client/tomcatconf/commands.properties.in +++ b/client/tomcatconf/commands.properties.in @@ -4,7 +4,7 @@ ### Account commands createAccount=com.cloud.api.commands.CreateAccountCmd;3 deleteAccount=com.cloud.api.commands.DeleteAccountCmd;3 -updateAccount=com.cloud.api.commands.UpdateAccountCmd;7 +updateAccount=com.cloud.api.commands.UpdateAccountCmd;3 disableAccount=com.cloud.api.commands.DisableAccountCmd;7 enableAccount=com.cloud.api.commands.EnableAccountCmd;7 ###lockAccount=com.cloud.api.commands.LockAccountCmd;7