Link to home
Start Free TrialLog in
Avatar of Snakebyte
SnakebyteFlag for United States of America

asked on

Hiding a file in DFS

I know you can "Hide" a shared folder in DFS via "Hidden folder" option in folder properties, but want I'm wanting to do is via Windows software, or an add-on, have a folder not even show up if you do not have rights to read the folder (Not unlike Novell). Anyone know of a way to do this natively, or via add-on, patch, 3rd party software, etc. It has to be an enterprise solution, as it would be applied to a 3000 user network, running 2K3 AD. It needs to work even when people have "Show hidden files" set, (And no, disabling "Show Hidden Files" is not an option) Thoughts????
Avatar of Snakebyte
Snakebyte
Flag of United States of America image

ASKER

Found my own answer:

1. Create a DFS root. 2. Create a Share (example: UserData) and block Security list propogagtion (set only Administrator and System as Full Control (Everyone (users) are not listed) -- the share permission should allow Everyone (Read, Modify) 3. Create a sub-folder named appropriately such as "Hidden", and assign security for who is allowed to Read/Create, etc.. 4. Add the shared folder, UserData, to the DFS root.

5. Now, uses can browse the root, and they will see the folder UserData but they will be unable to open it to see the Hidden value (even if they have a mapped drive.

6. Users who know the full path, can access it via \\dfsrootname.local\UserData\Hidden if they have sufficient rights. You can also create a nice "If Member" logon script to map that as a separate drive letter for those users who do have rights.
Avatar of amzweg
amzweg

Deny the right to list folder (Advanced rights) for the users/groups you do not want this folder to be seen.
Do not deny this right for everyone because this includes the administrator as well.
ASKER CERTIFIED SOLUTION
Avatar of modulo
modulo

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial