[Samba] Configuration with Windows clients

2004-11-30 Thread Albert HERVO

Hi,


I have troubles to configure a Samba Server to give access to a
shared directory and subdirectories on a LINUX Server :

- Read access to everyboby WITHOUT need to give a login
(User/password): to all PCs on my network (workgroup)
- Write access to only some Users , or some PC ( authorized by 
their
@IP)


With this in the smb.conf file :

- With Telnet, the users "root" and "myuser" can write in
/Common/Shared_Dir
  but with a logical drive connected on /Common/Shared_Dir within
Windows, they can't !!
The error message is "Impossible to copy file : access denied"

#---
[Shared_Dir]
path = /Common/Shared_Dir
guest ok = yes
create mask = 0775
browseable = yes
write list = root, myuser

Where : root is the owner for /Common/Shared_Diron the LINUX Server
and :   "myuser" is a user in a group which has the rights 775 on
/Common/Shared_Dir
#--

Thanks for help

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Configuration with Windows clients

2004-11-05 Thread Albert HERVO

Yes, until now it works well : I had written a mistake in the smb.conf
!

Sorry

Thanks a lot




-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] la part
de Albert HERVO
Envoyé : vendredi 5 novembre 2004 13:25
À : Samba
Objet : TR: [Samba] Configuration with Windows clients



It doesn't work as I want :

With this, everyboby has ALL accesses to Shared_pcs
Although I have put : write list = root !!




-Message d'origine-
De : Matt Perkins [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 4 novembre 2004 21:49
À : Albert HERVO
Cc : Samba
Objet : Re: [Samba] Configuration with Windows clients


Try this

[Shared_pcs]
path = /Common/Shared_pcs
guest ok = yes
create mask = 0777
browseable = yes
write list = user1, user2, etc.


On Thu, 2004-11-04 at 11:13, Albert HERVO wrote:
>   I try to configure a Samba Server to give access to a shared
> directory and subdirectories :
>
>   - Read access to everyboby WITHOUT need to give a login
> (User/password): to all PCs on my network (workgroup)
>   - Write access to only some Users , or some PC ( authorized by
their
> @IP)
>
>
>   I have this in the smb.conf (on the linux Server):
>
> [Shared_pcs]
> path = /Common/Shared_pcs
> guest only = No
> public = Yes
> writable = Yes
> create mask = 0777
> browseable = Yes
>
>
>   Whith this , all users can read but nobody can write in the
directory
> "Shared_pcs"

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


TR: [Samba] Configuration with Windows clients

2004-11-05 Thread Albert HERVO

It doesn't work as I want :

With this, everyboby has ALL accesses to Shared_pcs
Although I have put : write list = root !!




-Message d'origine-
De : Matt Perkins [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 4 novembre 2004 21:49
À : Albert HERVO
Cc : Samba
Objet : Re: [Samba] Configuration with Windows clients


Try this

[Shared_pcs]
path = /Common/Shared_pcs
guest ok = yes
create mask = 0777
browseable = yes
write list = user1, user2, etc.


On Thu, 2004-11-04 at 11:13, Albert HERVO wrote:
>   I try to configure a Samba Server to give access to a shared
> directory and subdirectories :
>
>   - Read access to everyboby WITHOUT need to give a login
> (User/password): to all PCs on my network (workgroup)
>   - Write access to only some Users , or some PC ( authorized by
their
> @IP)
>
>
>   I have this in the smb.conf (on the linux Server):
>
> [Shared_pcs]
> path = /Common/Shared_pcs
> guest only = No
> public = Yes
> writable = Yes
> create mask = 0777
> browseable = Yes
>
>
>   Whith this , all users can read but nobody can write in the
directory
> "Shared_pcs"

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Configuration with Windows clients

2004-11-04 Thread Matt Perkins
Try this

[Shared_pcs]
path = /Common/Shared_pcs
guest ok = yes
create mask = 0777
browseable = yes
write list = user1, user2, etc.


On Thu, 2004-11-04 at 11:13, Albert HERVO wrote:
>   I try to configure a Samba Server to give access to a shared
> directory and subdirectories :
> 
>   - Read access to everyboby WITHOUT need to give a login
> (User/password): to all PCs on my network (workgroup)
>   - Write access to only some Users , or some PC ( authorized by their
> @IP)
> 
> 
>   I have this in the smb.conf (on the linux Server):
> 
> [Shared_pcs]
> path = /Common/Shared_pcs
> guest only = No
> public = Yes
> writable = Yes
> create mask = 0777
> browseable = Yes
> 
> 
>   Whith this , all users can read but nobody can write in the directory
> "Shared_pcs"

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Configuration with Windows clients

2004-11-04 Thread Albert HERVO

I try to configure a Samba Server to give access to a shared
directory and subdirectories :

- Read access to everyboby WITHOUT need to give a login
(User/password): to all PCs on my network (workgroup)
- Write access to only some Users , or some PC ( authorized by their
@IP)


I have this in the smb.conf (on the linux Server):

[Shared_pcs]
path = /Common/Shared_pcs
guest only = No
public = Yes
writable = Yes
create mask = 0777
browseable = Yes


Whith this , all users can read but nobody can write in the directory
"Shared_pcs"

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba