Re: Samba authorization

2011-05-05 Thread van Sleeuwen, Berry
on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Michael MacIsaac Sent: woensdag 4 mei 2011 16:20 To: LINUX-390@VM.MARIST.EDU Subject: Re: Samba authorization Did you try setting the g+ws bit on the directory and set umask to 002? Here's an example: # cd / # mkdir samba # chmod

Re: Samba authorization

2011-05-05 Thread William Carroll
...@atosorigin.com To: LINUX-390@VM.MARIST.EDU Date: 05/05/2011 09:20 AM Subject: Re: Samba authorization Sent by: Linux on 390 Port LINUX-390@VM.MARIST.EDU The s-bit indeed now let samba force to the group zlinux. But regardless of umask 022 or 002 in the /etc/profile we still have 744 on the files

Re: Samba authorization

2011-05-05 Thread Aria Bamdad
to a single unix user. Then any other user of the share also has access. Aria -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of van Sleeuwen, Berry Sent: Wednesday, May 04, 2011 7:48 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Samba authorization We have

Re: Samba authorization

2011-05-04 Thread van Sleeuwen, Berry
We have tried several of the recommendations but still the files are created as userid group users and only the owner has read/write on the files. Is there anything else we can do? Currently we have in the /etc/smb.conf: [MFPL] create mask = 0755 valid users = @users

Re: Samba authorization

2011-05-04 Thread Dean, David (I/S)
variables here to troubleshoot. -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of van Sleeuwen, Berry Sent: Wednesday, May 04, 2011 7:48 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Samba authorization We have tried several of the recommendations

Re: Samba authorization

2011-05-04 Thread Michael MacIsaac
Did you try setting the g+ws bit on the directory and set umask to 002? Here's an example: # cd / # mkdir samba # chmod g+ws samba # chgrp users samba # vi /etc/profile ... // set umask to 002 # grep umask /etc/profile # The global umask value is stored in /etc/login.defs and # will be set by

Samba authorization

2011-04-27 Thread van Sleeuwen, Berry
Hi Listers, On SLES10 SP2 we are running a samba. We would like to have shares for specific groups. For instance we have a group zlinux that would get access into the PL Linux directory and they must be able to read and write into this directory. Several resources on the net give us the

Re: Samba authorization

2011-04-27 Thread Richard Gasiorowski
: van Sleeuwen, Berry berry.vansleeu...@atosorigin.com To: LINUX-390@vm.marist.edu Date: 04/27/2011 08:55 AM Subject: Samba authorization Hi Listers, On SLES10 SP2 we are running a samba. We would like to have shares for specific groups. For instance we have a group zlinux that would get access

Re: Samba authorization

2011-04-27 Thread Dean, David (I/S)
And take the space out of the directory name. -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Richard Gasiorowski Sent: Wednesday, April 27, 2011 8:59 AM To: LINUX-390@VM.MARIST.EDU Subject: Re: Samba authorization Most likely the parent

Re: Samba authorization

2011-04-27 Thread van Sleeuwen, Berry
[mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Dean, David (I/S) Sent: woensdag 27 april 2011 16:14 To: LINUX-390@VM.MARIST.EDU Subject: Re: Samba authorization And take the space out of the directory name. -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU

Re: Samba authorization

2011-04-27 Thread Tom Duerbusch
. And you may have to do a chuser to specify a common userid (but I'm not clear on that one). I have another samba authorization question, that I will bring up in another thread. Tom Duerbusch THD Consulting Dean, David (I/S) david_d...@bcbst.com 4/27/2011 9:13 AM And take the space out

Samba Authorization another question

2011-04-27 Thread Tom Duerbusch
Of all my samba servers, this is the first attempt at being something that end users would directly interface with, just like they do with our Novell file servers. I've tried to force myself to use SWAT, but until I get everything working from the command line, SWAT is just going to have to

Re: Samba authorization

2011-04-27 Thread Mark Pace
another samba authorization question, that I will bring up in another thread. Tom Duerbusch THD Consulting Dean, David (I/S) david_d...@bcbst.com 4/27/2011 9:13 AM And take the space out of the directory name. -Original Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU

Re: Samba authorization

2011-04-27 Thread Dean, David (I/S)
To: LINUX-390@VM.MARIST.EDU Subject: Re: Samba authorization I would think that you would just escape character the space. path= /srv/smb/shares/MFPL/PL\ Linux On Wed, Apr 27, 2011 at 10:58 AM, Tom Duerbusch duerbus...@stlouiscity.comwrote: So far, all the responses are about the SMB.CONF

Re: Samba authorization

2011-04-27 Thread Dean, David (I/S)
Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Dean, David (I/S) Sent: woensdag 27 april 2011 16:14 To: LINUX-390@VM.MARIST.EDU Subject: Re: Samba authorization And take the space out of the directory name. -Original Message- From: Linux on 390 Port [mailto:LINUX-390

Re: Samba Authorization another question

2011-04-27 Thread Dean, David (I/S)
Message- From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Tom Duerbusch Sent: Wednesday, April 27, 2011 11:13 AM To: LINUX-390@VM.MARIST.EDU Subject: Samba Authorization another question Of all my samba servers, this is the first attempt at being something that end users

Re: Samba Authorization another question

2011-04-27 Thread Tom Duerbusch
@VM.MARIST.EDU] On Behalf Of Tom Duerbusch Sent: Wednesday, April 27, 2011 11:13 AM To: LINUX-390@VM.MARIST.EDU Subject: Samba Authorization another question Of all my samba servers, this is the first attempt at being something that end users would directly interface with, just like they do with our Novell

Re: Samba Authorization another question

2011-04-27 Thread Mark Post
On 4/27/2011 at 11:13 AM, Tom Duerbusch duerbus...@stlouiscity.com wrote: What I would really like to do, is if a Windows user tries to access a Samba share, and the username and the share name, match, you are good to go. If the Windows user doesn't match the share, reject. Right now, I

Re: Samba authorization

2011-04-27 Thread Mark Post
On 4/27/2011 at 08:52 AM, van Sleeuwen, Berry berry.vansleeu...@atosorigin.com wrote: Hi Listers, On SLES10 SP2 we are running a samba. We would like to have shares for specific groups. For instance we have a group zlinux that would get access into the PL Linux directory and they must be