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.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

how to create a cifs share to a specific user

naveen416
3,443 Views
 
1 ACCEPTED SOLUTION

tahmad
3,424 Views

You can create a CIFS share using the command in the below document:

vserver cifs share create 

 

 

By default, CIFS shares are created with access permissions that permit Full Control for Everyone. You can modify these permissions to be more restrictive, or leave the access controls unrestricted and modify the NTFS file and folder permissions instead.

 

From the filer:

vserver cifs share access-control create 

 

From windows: Remove all undesired users:

security.PNG

View solution in original post

2 REPLIES 2

tahmad
3,425 Views

You can create a CIFS share using the command in the below document:

vserver cifs share create 

 

 

By default, CIFS shares are created with access permissions that permit Full Control for Everyone. You can modify these permissions to be more restrictive, or leave the access controls unrestricted and modify the NTFS file and folder permissions instead.

 

From the filer:

vserver cifs share access-control create 

 

From windows: Remove all undesired users:

security.PNG

hmoubara
3,350 Views

Hello,

 

@naveen416 Does the reply above answer your question?

 

Thanks

Public