[Samba] Samba share query

2005-06-14 Thread James Briar
Hello Dominic, thanks for your reply, I've now got a good fix for my problem (after hours of trial and error). I coded the following in my smb.conf file :- [global] ... hosts allow = oplocks = Yes security = share [ts] comment = Tech support directory

[Samba] Samba share query

2005-06-14 Thread James Briar
Hello Mark, I've now got a good fix for my problem (after hours of trial and error). I coded the following in my smb.conf file :- [global] ... hosts allow = oplocks = Yes security = share [ts] comment = Tech support directory path = /informatio

RE: [Samba] Samba share query

2005-06-13 Thread Mark Sarria
, June 12, 2005 7:40 PM To: James Briar; samba@lists.samba.org Subject: Re: [Samba] Samba share query force user = userone, usertwo,userthree or you can do it by groups force groups = groupone,grouptwo --mark - Original Message - From: "James Briar" <[EMAIL PROTECTED]> T

Re: [Samba] Samba share query

2005-06-12 Thread Dominic Iadicicco
If you put the three users in a group and give that group what ever unix premissions you want, set the other premission to non, leave what you have in the smb.conf file, that should do it. You should not have to map the unix group to a windows group for read write exec stuff. I hope that helps.

Re: [Samba] Samba share query

2005-06-12 Thread Mark Sarria
force user = userone, usertwo,userthree or you can do it by groups force groups = groupone,grouptwo --mark - Original Message - From: "James Briar" <[EMAIL PROTECTED]> To: Sent: Sunday, June 12, 2005 11:19 AM Subject: [Samba] Samba share query Hello, I've c

[Samba] Samba share query

2005-06-12 Thread James Briar
Hello, I've coded the following in our smb.conf file (security = share coded in the [global] section) and this works fine where users can access the share without a password :- [ts] comment = Tech support directory path = /information guest only = Yes guest ok