leco Posted November 6, 2008 Posted November 6, 2008 I need to grant permission for two users to access the same folder on the network server from local accounts on laptops. Both users are administrators on their laptops from where they will be connecting to the shared folder on the network server. Noone else should have access. Is there a way of doing this?
CHR1S Posted November 6, 2008 Posted November 6, 2008 You can either map the drive for them and input a username and password + enable reconnect after logon ensuring the username and password is only on that drive with the correct permissions. i.e Domainname\usernameforthatdriveonly Or add the local user accounts to the share on the server then map the drives on the laptops i.e. Locallaptop\localusername (this last one might not work as im not able to test it right now) 1
sparkeh Posted November 6, 2008 Posted November 6, 2008 I have something similar and use the first method that CHR1S described. Setup an account for the folder you want to share and only let that account have access to that folder then map a drive using that account (ticking reconnect). The only problem I have had with this is occasionally something goes wrong with the authentication and you have to retype the password but its no big deal. 1
mattx Posted November 6, 2008 Posted November 6, 2008 net use X: \\SERVER\SHARE /user:USER PASSWORD User & Password will be username and password setup on the server with the share..... 1
leco Posted November 6, 2008 Author Posted November 6, 2008 Thanks guys, I knew there must be a way, just couldn't figure out how. I will try that tomorrow when I'm back at the server.
leco Posted November 7, 2008 Author Posted November 7, 2008 OK have created an account on the server. The shared folder permissions have been set to that account. Have successfull connected via net use : on one of the laptops But cannot write to the share What have I done wrong?
mattx Posted November 7, 2008 Posted November 7, 2008 Most probably the share is set to read only - I would not set the file permissions on the share, I would do it on the security for more control..... 1
sparkeh Posted November 7, 2008 Posted November 7, 2008 Most probably the share is set to read only - I would not set the file permissions on the share, I would do it on the security for more control..... Agreed, and check that inheritance is switched off 1
Slartibartfast Posted November 7, 2008 Posted November 7, 2008 Your share permissions (not NTFS permissions) are probably wrong - these default to Everyone - Read Only by default - they should be Everyone - Full Control.
Hightower Posted November 7, 2008 Posted November 7, 2008 Everyone - Full Control? He doesn't want 'everyone' to access it. Set the DOMAIN\userforshare to 'Modify' rights.
leco Posted November 7, 2008 Author Posted November 7, 2008 Agreed, and check that inheritance is switched off Inheritance off - Security= full control Permissions? are set to full control and Read I had the security but not the permissions:doh: Thanks again, Edugeek members come to the rescue. I think that it's all working, must go check the other laptop now.
Domino Posted November 7, 2008 Posted November 7, 2008 Everyone - Full Control? He doesn't want 'everyone' to access it. Set the DOMAIN\userforshare to 'Modify' rights. Technically a 'everyone=full control" on the Share and then harsher permissions on the ntfs security would still do what he wanted. As the share would announce it can be edited and NTFS would refuse it. I'm not saying one way is better than another, but they'd both work
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now