Gentoo Archives: gentoo-user

From: Allan Spagnol Comar <allan.comar@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: help with a simple file share with samba SOLVED
Date: Fri, 07 Apr 2006 14:44:39
Message-Id: 1cc2dc830604070737n1b9f7663sf3cf6735635956@mail.gmail.com
1 I had use the config file as
2 [global]
3 workgroup = ENG
4 netbios name = thewho
5 security = user
6
7 [mp3]
8 path = /home/mp3
9 read only = yes
10 create mask = 0777
11 directory mask = 0777
12 public = yes
13 guest only = yes
14
15 [sandbox]
16 path = /home/sandbox
17 public = no
18 valid users = @sandbox
19 write list = @sandbox
20
21
22 On 4/7/06, Allan Spagnol Comar <allan.comar@×××××.com> wrote:
23 > Hi all in the list,
24 >
25 > I was wondering if some one can help me with that, I am try to put to
26 > work a simple file share with samba where I will share a folder to any
27 > one, and one folder have to autenticate users at pam
28 >
29 > I try it like that:
30 > [global]
31 >
32 > workgroup = COMMODITY
33 > netbios name = thewho
34 > log file = /var/log/samba3/log.%m
35 > socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
36 >
37 > [mp3]
38 > comment = Shared Musics
39 > path = /home/mp3
40 > security = share
41 > writeable = no
42 > browseable = yes
43 > guest ok = yes
44 > printable = no
45 > guest only = yes
46 >
47 > [sandbox]
48 > comment = Sand Box to genrate releases
49 > path = /home/sandbox
50 > security = user
51 > user = allan longhin
52 > writeable = yes
53 > public = no
54 > printable = no
55 > create mask = 0765
56 >
57 > what did I do wrong ? or how can I make this ?
58 >
59 > thanks for attention, Allan
60 > --
61 > An application asked:
62 > "Requeires Windows 9x, NT4 or better",
63 > so I´ve installed Linux
64 >
65
66
67 --
68 An application asked:
69 "Requeires Windows 9x, NT4 or better",
70 so I´ve installed Linux
71
72 --
73 gentoo-user@g.o mailing list