Re: [Samba] users via winbind and using @group in smb.conf

2007-01-07 Thread Stefan Froehlich
On Fri, Jan 05, 2007 at 07:42:52PM +0100, Michael Gasch wrote: since i'm not the samba expert, my last attempt: could you please try valid users = +NAME_OF_FILESERVER\private Same (negative) result, unfortunately. may be samba then accepts the domain of the file server (local SAM) as a

Re: [Samba] users via winbind and using @group in smb.conf

2007-01-05 Thread Michael Gasch
since i'm not the samba expert, my last attempt: could you please try valid users = +NAME_OF_FILESERVER\private ? may be samba then accepts the domain of the file server (local SAM) as a lookup into local groups. it must work since samba also works correctly with nested groups which can

Re: [Samba] users via winbind and using @group in smb.conf

2007-01-05 Thread Michael Gasch
could you please try the latest samba (or at least 3.0.23c) and use valid users = Unix Group\your_local_group ??? thx Stefan Froehlich wrote: On Thu, Jan 04, 2007 at 02:35:30PM +0100, Voelz Alexander wrote: [...] what das NOT work is to assign a samba share on B to this local group. I tried

Re: [Samba] users via winbind and using @group in smb.conf

2007-01-05 Thread Stefan Froehlich
On Fri, Jan 05, 2007 at 12:25:35PM +0100, Michael Gasch wrote: could you please try the latest samba (or at least 3.0.23c) and use valid users = Unix Group\your_local_group This does not change very much: | [Server B] | # smbd -V | Version 3.0.23c-2 | # cat /etc/samba/smb.conf |grep valid

Re: [Samba] users via winbind and using @group in smb.conf

2007-01-05 Thread Michael Gasch
if private is a group, you have to add @ in front of the valid users entry. according to a post of jerry the syntax with ticks and spaces is correct. please also increase the debug level on the server side to see why it fails greez Stefan Froehlich wrote: On Fri, Jan 05, 2007 at 12:25:35PM

Re: [Samba] users via winbind and using @group in smb.conf

2007-01-05 Thread Chris Smith
On Friday 05 January 2007 06:25, Michael Gasch wrote: valid users = Unix Group\your_local_group ? I don't understand that example. Unless you're using NIS, dump @ (considered deprecated) and replace it with +. For local ('nix) groups, use +group_name, put the group name in quotes if it

Re: [Samba] users via winbind and using @group in smb.conf

2007-01-05 Thread Stefan Froehlich
On Fri, Jan 05, 2007 at 03:50:07PM +0100, Michael Gasch wrote: if private is a group, you have to add @ in front of the valid users entry. according to a post of jerry the syntax with ticks and spaces is correct. Ok, with the right keywords I now found some old threads in the archive as well

Re: [Samba] users via winbind and using @group in smb.conf

2007-01-04 Thread Stefan Froehlich
On Thu, Dec 28, 2006 at 11:10:58AM -0600, James A. Dinkel wrote: I have two samba servers, A is configured as a PDC, B offers some additional shares. B is getting usernames and passwords via winbind from A [...] This is basically working fine, local ssh login is ok, getent shows all

Re: [Samba] users via winbind and using @group in smb.conf

2007-01-04 Thread Stefan Froehlich
On Thu, Jan 04, 2007 at 02:35:30PM +0100, Voelz Alexander wrote: [...] what das NOT work is to assign a samba share on B to this local group. I tried | valid users = @group as well as | valid users = @DOMAIN\group but both ways all I get is NT_STATUS_ACCESS_DENIED.

RE: [Samba] users via winbind and using @group in smb.conf

2006-12-28 Thread James A. Dinkel
-Original Message- From: Stefan Froehlich Sent: Thursday, December 28, 2006 9:43 AM Hello, I have two samba servers, A is configured as a PDC, B offers some additional shares. B is getting usernames and passwords via winbind from a, using the following configuration directives: