简体   繁体   English

NetApp 7Mode,如何使用.net API或NetApp CLI向文件夹添加AD组权限

[英]NetApp 7Mode, how to add AD group permission to a folder using .net API or NetApp CLI

I need to add a AD group to read/write access to the folder created inside the cifs shares. 我需要添加一个AD组,以对在cifs共享中创建的文件夹进行读/写访问。

I knew fsecurity will show the details like which are all AD groups have access to particular folder, but I want to write the details into netapp 我知道fsecurity将显示详细信息,例如所有AD组都可以访问特定文件夹,但是我想将这些详细信息写入netapp

please do the needful. 请只做那些需要的。

With Thanks & Regards Amjath 致谢Amjath

you can add permissions with: 您可以使用以下方式添加权限:

cifs access "sharename" "user,group" "rights" cifs访问“共享名”,“用户,组”,“权限”

For example: 例如:

cifs access finance COMPANY\FINANCE Full Controll

You can read about there: 您可以在此处阅读:

https://library.netapp.com/ecmdocs/ECMP1196979/html/man1/na_cifs_access.1.html https://library.netapp.com/ecmdocs/ECMP1196979/html/man1/na_cifs_access.1.html

For specific rights on a subfolder or file you have to do it on the filesystem. 对于子文件夹或文件的特定权限,您必须在文件系统上进行操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM