Prev: [Samba] Problem printing to windows printer
Next: [Samba] xp clients can't auth after reboot without smb restart
From: Gaiseric Vandal on 22 Jun 2010 07:30 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, > > 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. > > Thanks a lot > > -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
From: Michael Wood on 22 Jun 2010 09:10 On 22 June 2010 13:25, Gaiseric Vandal <gaiseric.vandal(a)gmail.com> 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 confusion :) -- Michael Wood <esiotrot(a)gmail.com> -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
From: mrdlnf on 22 Jun 2010 20:20
Hi Gaiseric n Michael, On Tue, Jun 22, 2010 at 8:02 PM, Michael Wood <esiotrot(a)gmail.com> wrote: > On 22 June 2010 13:25, Gaiseric Vandal <gaiseric.vandal(a)gmail.com> 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 confusion :) > > -- > Michael Wood <esiotrot(a)gmail.com> > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > Thanks for your enlightenment. -- Regards, mrdlnf -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba |