|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Network/Internet Questions about internet applications, network configuration, usage (SAMBA, network printing, NFS) |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello guys.. I want to use opensuse 11 for data server...
I have 3 folder to share.. Can I make a different password for each folder....?? Thanks for share... ![]()
|
|
||||
|
A couple of way's but here's one:
If you use Samba, and they are called e.g. music, video and data, you could create Linux users named "music", "video" and "data". Then you could delete everything inside the home directories of /home/music and /home/video and /home/data, leaving only the bare folders. Then add the usernames "music", "video" and "data" to the Samba user's database, with different passwords. Make three shares like this in smb.conf: Code:
[music] path = /home/music valid users = music read only = no <== optional if you want it writeable Then a remote user has to authenticate like this: username = music password = music_password There are variations on this theme.
__________________
Drop in and visit some time. |
|
||||
|
Or if you want to use invisible shares you can use instead this share, which covers all three folders:
Code:
[homes]
valid users = %S
browseable = No
read only = No
inherit acls = Yes
And other variations.
__________________
Drop in and visit some time. |
![]() |
| Bookmarks |
| Tags |
| data, opensuse, password, server, share |
| Thread Tools | |
| Display Modes | |
|
|