Access Control Entry Inheritance Changes in Windows 2000
ID: Q231903
|
The information in this article applies to:
-
Microsoft Windows 2000 Server
-
Microsoft Windows 2000 Professional
-
Microsoft Windows 2000 Advanced Server
-
Microsoft Windows 2000 Datacenter Server
SUMMARY
This article describes the difference between securable object access control inheritance in Windows 2000 and Microsoft Windows NT 4.0.
MORE INFORMATIONInheritance Behavior in Windows NT 4.0
Windows NT 4.0 allows you to propagate access control entry (ACE) changes to subordinate securable objects only at the time the object is created, or when you apply a new access control list (ACL) to the parent container object. Furthermore, Windows NT 4.0 does not differentiate between ACEs that are inherited from a superior object, and the ACEs applied directly to an object.
For example, the following steps show the limitations of inheritance behavior in Windows NT 4.0:
- You or your administrator creates a file server share called Accounting. All members in the Accounting department (whose user accounts are members in a local group named Accounting) have Change rights to the Accounting share. The location of the share is E:\Files\Accounting. Your administrator set permissions using NTFS file system permissions.
- In the permissions dialog box, you or your administrator click to check the Replace Permissions On Subdirectories check box to configure NTFS permissions, and then click OK. When you are prompted to replace all security information on all existing folders and subfolders, click YES. Windows replaces the entire ACL for each subordinate file system object.
- In the Accounting share is a folder for each user. Each user has been given Full Control rights on their own folder. The Full Control rights are assigned manually, using NTFS folder permissions directly on the folder file system objects.
- At some future date, you or your administrator provide a human resources oversight group permissions to read files in the Accounting share. If you modify NTFS permissions at the root of the share, and you propagate settings using the Replace Permissions On Subdirectories check box, you delete all of the previously configured subordinate ACLs, because Windows NT 4.0 inheritance cannot distinguish between inherited ACEs and directly applied ACEs.
Inheritance Behavior in Windows 2000
Windows 2000 supports automatic propagation of inheritable ACEs. In addition, ACEs that are directly applied to file system objects are given a higher priority than inherited ACEs. The directly applied ACEs are applied before any conflicting inherited ACEs.
Using the scenario detailed above, the following steps show the new behavior:
- You or your administrator creates the Accounting file share at E:\Files\Accounting, and then assign the accounting group Change permissions.
- Every subordinate file system object inherits by default the permissions set on the parent level container.
- Users can add explicit ACL entries directly upon subordinate objects. Since these ACEs are explicit they have precedence over inherited ACEs.
- When you make changes to the ACL on the top level folder, you do not delete any of the explicit ACLs defined on the subordinate file system objects.
Additional query words:
Keywords : kbenv winnt
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbinfo
|