bug 10328: updateAccount is no longer available for domainAdmin

status 10328: resolved fixed
This commit is contained in:
alena 2011-07-15 15:26:15 -07:00
parent 9c7aade3d1
commit 2421236414
1 changed files with 1 additions and 1 deletions

View File

@ -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