Link to home
Start Free TrialLog in
Avatar of APD Toronto
APD TorontoFlag for Canada

asked on

Limitted Access to a Mapped Drive

Hi Experts,

Besides Active Directory, is there any way to restrict users to certain folders of a mapped drive?

The mapped drive is on a NAS, but it can be transferred on to a PC.

FYI- Most "workstations" are Win 7 Home or Win 8 Home Premium, an1 MAC.

Maybe a PHP App?

Thank you.
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

You can limit client access with PHP client authentication.  I don't know how the "mapped drive" plays into the issue, but I can show you the design pattern for PHP client authentication.
https://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/A_2391-PHP-login-logout-and-easy-access-control.html
Avatar of APD Toronto

ASKER

When you map a drive, there's an option to connect using different credentials.  What is that?

Can you map/un-map a drive using a batch or .vbs file?

Can you password-protect a folder, like in the old days?

Any other ideas?

Even with an Active Directory, can't any user type in \\share\, then browse any folder?
Is there a NAS that can be password-protected when entering \\mynas\ or \\mynas\specificfolder\?
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

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
Thanks Ray, I decided to keep this in my records.