Using directories with password
Hi AlL! This is my first time here and with |Linux. I have a question for you. I have a network with 10 PC using Windows Home Edition , yes I know but there is , my problem is that I need create a server where all users has a personal folder with password but it must be accesible from windows.
Hi AlL!
This is my first time here and with |Linux.
I have a question for you.
I have a network with 10 PC using Windows Home Edition , yes I know but there is , my problem is that I need create a server where all users has a personal folder with password but it must be accesible from windows. I think about SAMBA but I read that SAMBA cannot work like PDC with Home Edition. Just I need a way to have a folder with pass for each user and this user can access this folder everywhere in the network. Samba can do this?
Is there another app that can do it?
What about Apache and personal directoires?
TIA
Edwin Quijada
This is my first time here and with |Linux.
I have a question for you.
I have a network with 10 PC using Windows Home Edition , yes I know but there is , my problem is that I need create a server where all users has a personal folder with password but it must be accesible from windows. I think about SAMBA but I read that SAMBA cannot work like PDC with Home Edition. Just I need a way to have a folder with pass for each user and this user can access this folder everywhere in the network. Samba can do this?
Is there another app that can do it?
What about Apache and personal directoires?
TIA
Edwin Quijada
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
read Samba-3 by Example ( <-- click me! )
i'm sure you'll find a section addressing a situation similar to yours.
in other words: yes, you can do what you are describing with Samba.
i'm sure you'll find a section addressing a situation similar to yours.
in other words: yes, you can do what you are describing with Samba.
We have HPUX's samba and we do exactly what you want.
in the smb.conf file find the share [homes] and put this lines in there. of course set it to your needs
valid users = user_name
invalid users = root bin daemon nobody named sys tty disk mem kmem users
and in the username.map file
unix_id = Windows ID
in the smb.conf file find the share [homes] and put this lines in there. of course set it to your needs
valid users = user_name
invalid users = root bin daemon nobody named sys tty disk mem kmem users
and in the username.map file
unix_id = Windows ID