EXPERT RESPONSE
Ultimately, the answer depends on whether all four of you are domain administrators. If you're on Linux or Windows, all the domain administrators have free reign of the system and can't be hindered by normal access restrictions imposed on ordinary users.
Even if file permissions are set on a document, other domain administrators will still have full access to that document. The same goes for Group Policy Objects (GPO) in Active Directory. GPOs can be set to restrict access to objects, like documents, to a fairly high degree of granularity. But, again, that won't stop a domain administrator.
There are a few workarounds. One option might be something old-fashioned: put confidential documents on a separate network or on a workstation. Another possibility is to create a separate group for the other three administrators that doesn't have full administrative rights. These users would have to use either "sudo" for Linux or "runas" for Windows. These commands restrict administrative access for particular users for particular functions.
Again, for only four domain administrators, your options are limited, and the best course might be just to keep your confidential documents off the network on an isolated workstation.
For more information:
Learn how to configure a server so unauthorized users cannot access files, folders and other sensitive information.
Application security expert Michael Cobb discusses whether or not third-party software tools should be used to customize applications.
|