Mark [MSFT]
Guest
|
Posted:
Mon Feb 23, 2004 10:41 pm Post subject:
RE: Domain User Rights not showing |
|
|
Not sure if you are looking for methods or just understanding the difference... :)
Share permissions and NTFS security are configured separately. The create share wizard you went through only configures share permissions
Share permissions (what you configured) determine who is allowed to connect to the share resource over the network. NTFS permissions determine who is allowed what actions when actually performing file access (reads/writes/edits.
You can configure both when right clicking a folder and selecting properties - or you can separately configure shares using "net share" and "cacls.exe.
If you have many shares that will require the same NTFS permissions, one thing to do (besides scripts) to make things easier is to create a folder and configure NTFS permissions as you want them. Then create subfolders (which will inherit NTFS rights) and share those out
As to the implications, if you have added Domain\Admins to FileServ\Admins group, then the Domain\Admins will be granted NTFS permissions the same as FileServ\Admins. So, when you created the share with the wizard and added Domain\Admins to the share permissions, they were able to access everything fine
However, if you added Domain\UserA with Full Control share permissions - but did not add Domain\Users or Domain\UserA to the NTFS permissions (or to a local group - like adding Domain\Users to FileServ\Users group), they will be unable to perform any actions on that share
This what you were looking for
Mark St. Joh
This posting is provided "AS IS" with no warranties, and confers no rights |
|