Gentoo Archives: gentoo-user

From: Allan Spagnol Comar <allan.comar@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] help with a simple file share with samba
Date: Fri, 07 Apr 2006 13:32:04
Message-Id: 1cc2dc830604070621r2ba43734k5506d3fb3af6a04@mail.gmail.com
1 Hi all in the list,
2
3 I was wondering if some one can help me with that, I am try to put to
4 work a simple file share with samba where I will share a folder to any
5 one, and one folder have to autenticate users at pam
6
7 I try it like that:
8 [global]
9
10 workgroup = COMMODITY
11 netbios name = thewho
12 log file = /var/log/samba3/log.%m
13 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
14
15 [mp3]
16 comment = Shared Musics
17 path = /home/mp3
18 security = share
19 writeable = no
20 browseable = yes
21 guest ok = yes
22 printable = no
23 guest only = yes
24
25 [sandbox]
26 comment = Sand Box to genrate releases
27 path = /home/sandbox
28 security = user
29 user = allan longhin
30 writeable = yes
31 public = no
32 printable = no
33 create mask = 0765
34
35 what did I do wrong ? or how can I make this ?
36
37 thanks for attention, Allan
38 --
39 An application asked:
40 "Requeires Windows 9x, NT4 or better",
41 so I´ve installed Linux
42
43 --
44 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] help with a simple file share with samba Michael Crute <mcrute@×××××.com>
Re: [gentoo-user] help with a simple file share with samba Mariusz Zalewski <mz-gentoo@×××××××××××.net>