Have a volume with an NTFS qtree being shared out via CIFS. The CIFS share has a number of different share level permissions.
When I browse to the share from a Windows client and view Security permissions on a folder within, I see only the user "Everyone" listed with implicit full control.
Where is this default "Everyone" permission set set by default? It doesn't seem to be tied to the CIFS share security settings so I presume it's an NTFS qtree default?
Thanks, Ray
On Wed, Oct 31, 2012 at 5:45 PM, Ray Van Dolson rvandolson@esri.com wrote:
Where is this default "Everyone" permission set set by default? It doesn't seem to be tied to the CIFS share security settings so I presume it's an NTFS qtree default?
Thanks, Ray
Yes, the NTFS security defaults to Everyone when a NTFS qtree is created. We normally don't set the permissions at the share level, it is set at the security level on NTFS. The first step is to remove Everyone, add a share administrator - full control and then the user groups with modify. -HTH