Hi vishesh As you have mentioned that You have configured Winbind to get user information from AD on the Linux system. And on the AD, any user created is by default a member of "Domain Users" and also member of any other groups if you have added the user to other groups.
So when you create a file on Linux systems, the default gid would be that of "Domain Users". Now if you want the default GID or group "Domain Users" to be some thing else for that user, then you will have to tweak this on your Windows AD. I don't think you can do anything through winbind. Winbind just gets the user information and maps the SID to the appropriate UID and GID from the (IDMAP UID and GID) pool as mentioned in smb.conf. Regards Niranjan On Thu, Sep 18, 2008 at 3:13 PM, vishesh <[EMAIL PROTECTED]> wrote: > dear all > > I am using winbind to get ADz user on samba. The problem i facing is > related with group. > To clear the problem i am taking an example > There is a AD user that belong to "Domain users" and "Marketting" Group, > the new file/folder created by that user has group ownership "Domain users" > but i want that "Marketting" should be group owner. Is it possible without > setting SGID bit? > is there any short of primary group feature in AD. > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/listinfo/samba > -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
