From: Gaiseric Vandal on

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
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
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