简体   繁体   中英

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.

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

please do the needful.

With Thanks & Regards Amjath

you can add permissions with:

cifs access "sharename" "user,group" "rights"

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

For specific rights on a subfolder or file you have to do it on the filesystem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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