Re: [Samba] one user member of multiple groups

2010-06-22 Thread mrdlnf
Hi Gaiseric n Michael, On Tue, Jun 22, 2010 at 8:02 PM, Michael Wood wrote: > On 22 June 2010 13:25, Gaiseric Vandal wrote: >> >> You should be able to have the unix user listed in multiple unix groups >> >> e.g >> cat /etc/passwd >> ... >> marketing:1500:user-1,user-2,user-3 >> ... > > That sho

Re: [Samba] one user member of multiple groups

2010-06-22 Thread Michael Wood
On 22 June 2010 13:25, Gaiseric Vandal wrote: > > You should be able to have the unix user listed in multiple unix groups > > e.g > cat /etc/passwd > ... > marketing:1500:user-1,user-2,user-3 > ... That should be /etc/group, and you've forgotten the (seldom used) password field. (Just to avoid c

Re: [Samba] one user member of multiple groups

2010-06-22 Thread Gaiseric Vandal
You should be able to have the unix user listed in multiple unix groups e.g cat /etc/passwd ... marketing:1500:user-1,user-2,user-3 ... If the groups are mapped to windows groups (verify with "net groupmap list") that should be sufficient. On 06/21/2010 09:54 PM, mrdlnf wrote: Hi All

[Samba] one user member of multiple groups

2010-06-21 Thread mrdlnf
Hi All, How to add one user into multiple groups? Example : Group-A : user-1, user-2, user-3 Group-B : user-2, user-3, user-4, user-5 I have read samba manual but still didn't get an idea how to implement it. I saw in old archive (2003), i must use samba ACL but i can't found an example to do it