Permission to home folder

G

Guest

Dear All,
I want to setup a file server with a home directory for every user on
the shared folder. i want to make such that whenever a user logs on, a drive
gets mapped to his home folder and only that user has access to this folder.
other users should not have access to this.
My main concern is permissions.
 
P

Pegasus \(MVP\)

Satish said:
Dear All,
I want to setup a file server with a home directory for every user on
the shared folder. i want to make such that whenever a user logs on, a drive
gets mapped to his home folder and only that user has access to this folder.
other users should not have access to this.
My main concern is permissions.

Here is the usual method:
1. Create a folder d:\Shares\SVarma on the server.
2. Set its NTFS permissions so that SVarma can use it but no-one else.
3. Create a share SVarma that is points to d:\Shares\SVarma.
4. Insert this line into your logon script: net use P: \\YourServer\SVarma.
 
G

Guest

Dear Pegasus,
I want the users folder to be created as soon as he logs on so that only
he would be having permissions to it. also i would not be required to give
the permissions explicitly.
 
P

Pegasus \(MVP\)

You can build the appropriate commands (md, netshare=, cacls)
into your logon script. However, I do not this is a good idea.
Shares should be created by administrators and permissions
should be set by administrators. If you let users do it then
someone will find a way to get into someone else's shares.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Deep Mapping 1
Create Home Folder 3
Open Home Folder Automatically 3
Folder Permission problem. 1
Shared Folder 6
Permission question 2
How to know who is connected to a shared folder 1
Home Folder not recreated 2

Top