Hi Rafael,

On 4.2, domain admins cannot add new users or domains under his domain.
If you want to enable permission to add new user, you could custom
javascript as below.

 # vi /usr/share/cloudstack-management/webapps/client/scripts/accounts.js

 and modify permission check

     65                     actions: {
     66                         add: {
     67                             label: 'label.add.account',
     68                             preFilter: function(args) {
     69                                 if (isAdmin() || isDomainAdmin())
 # add permission for DomainAdmin
     70                                     return true;
     71                                 else
     72                                     return false;
     73                             },



On Wed, Oct 9, 2013 at 11:57 AM, Rafael Weingartner <
rafaelweingart...@gmail.com> wrote:

> Hi all,
> Is it possible for domain admins to add new users to the domain they are
> administrating?
>
> --
> Rafael Weingartner
>



-- 
千葉 豪  Go Chiba
E-mail:go.ch...@gmail.com

Reply via email to