Hi, Why does samba+winbind ignore the local unix groups ? I have joined my samba server to Windows NT. I have configured a share with the values: [prueba] path = /home/prueba #Perms are 777 comment = prueba de grupos locales writable = yes create mask = 775 directory mask = 775 browsable = yes valid users = @localgroup If I use a group from Windows NT, there is no problem accessing the share, but we do not want to add / change groups in Windows NT, we need to add users to our local samba (in /etc/groups) Thanks Diego
From: "Diego Vera" <divera at afip.gob.ar> Date: Tue, 25 Oct 2011 12:38:20 -0300> Hi, > > Why does samba+winbind ignore the local unix groups ?That's by design, I think. And unix group cannot support joining global / universal group to the unix group, storing SID value and other Windows specific features.> but we do not want to add / change groups in Windows NT, we need to > add users to our local samba (in /etc/groups)The only way is to stop using winbindd. --- TAKAHASHI Motonobu <monyo at samba.gr.jp>