We want to map 2 drive letters to it via our logon script that we use.
Our mapped drive logon script works like this
net use s: "\\servername\sharedfoldername"
Would it work ok replacing the servername for the IP of the QNap in the script?
Can the Qnaps make a share which does not require a username and password? Because I think I will need that functionality due to the way our mapped drives work. Only usernames which require certain mapped drives run the logon script containing the mapped drive lines in the logon.bat.
I think maybe we would need it to work with active directory.. but can Qnap shares be assigned access to a group of users in the active directory?
Like this on windows server 2k3.. 'users' includes every user account access to the S Drive
There is talk on the QNap forums of the lack of ACL support.. to be honest I'm not sure what that is or if it will cause problems with what we want to do.
Thanks