NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform.
You will still be able to view content, but posting and replying will be temporarily disabled.
To learn more, please review the information in this blog post.

ONTAP Discussions

Create new user with a new role

JuanCarlosrl
2,569 Views

Hi, 

 

In the storage when I want to register a new user, only 4 roles appear (admin, none, readonly and backup) but I need a user role so that I only have the possibility of creating / deleting and modifying quotas.


I have seen the following information to create new roles

https://docs.netapp.com/ocsc-41/index.jsp?topic=%2Fcom.netapp.doc.ocsc-isg%2FGUID-D39A6ACE-D69D-4470-ABE4-A63A7803E880.html

 

but I have not found any option -cmddirname of type quota, is there that possibility?

 

Thanks,

 

1 ACCEPTED SOLUTION

darb0505
2,548 Views

Hi @JuanCarlosrl ,

 

Based on what you are describing it sounds like you want to create a custom role for users to just create/modify/delete quotas.

 

You can reference the following links:

I believe the command you are looking for will be similar to this:

 

security login role create -role (rolename) -cmddirname "volume quota" -access (all,none,readonly)

 

Let us know if you have any additional questions.


Thanks

Team NetApp

View solution in original post

1 REPLY 1

darb0505
2,549 Views

Hi @JuanCarlosrl ,

 

Based on what you are describing it sounds like you want to create a custom role for users to just create/modify/delete quotas.

 

You can reference the following links:

I believe the command you are looking for will be similar to this:

 

security login role create -role (rolename) -cmddirname "volume quota" -access (all,none,readonly)

 

Let us know if you have any additional questions.


Thanks

Team NetApp
Public