I have a puzzling situation with directory permissions on Win 2000 server (Domane server). File system is NTFS.
I have created a directory call it PrivateStuff. This directory contins sub directories called SubDir1, SubDir2.. It is intended that only one user has access to each SubDir (apart from administrators).
Members of the Administrator group have complete rights to all directories – set explicitly.
Inherited rights are not selected for the parent and child directories.
Everyone has rights to look at but not modify the parent Dir (PrivateStuff).
Directory SubDir1 has UserA with full rights.
Directory SubDir2 has UserB with full rights.
To make it clearer when I look at the security settings of directory SubDir1 there is one group (Administrators) and one user (UserA) in the list of who has / has not got permissions. No user or group has permission specifically removed – they just aren’t in the list.
My problem. I log onto a workstation as UserA and I can go into the directory SubDir2, view contents, open files… Likewise UserB has access into directory SubDir1. That is definately not what I want.
I have then created a group – Company_All and each user (UserA, UserB..) is a member of this group. This group does not belong to any other groups on the system.
Now on each SubDir I explicitly add the group Company_All and explicitly remove all permissions I am left with the situation that no-one, not even the explicitly declared UserA can get into SubDir1. Again not what I want.
What appears to be even worse is that the user logged onto the workstation can modify the rights of the directories. Workstations are running Windows XP Pro, the users are logged on to the domane and on the local system as MainUser (German – Hauptbenutzer). This is not an administrator account locally but one that they can modify some settings.
Reading the help files I can’t see what is wrong with my assignment of permissions.
Do I need to activate some setting concerning rights on the local machine?
For the security to function must I transfer ownership of the SubDirs to the individual Users?, currently they are owned by the administrator.
It looks like my group permissions take priority to the user permissions when in conflict, is that the correct behaviour?