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