I am setting up a samba file server using VL5.9 GOLD in my office. It can authenticate all my NT4 domain user/group using winbind. But is that possible to add my windows domain users to my existing linux users group? I want to only allow certain users to access a particular share folder, currently I am using below method to set the control.....
[E]
comment = E Folder
path = //mnt/hda1
valid users = DOMAIN\\xxx, DOMAIN\\xxx, DOMAIN\\xxx
But I know I can set the valid users using user group instead of single users....
valid users = @group
I try to add a linux group.......
groupadd group
then add my domain user to that group
gpasswd -a DOMAIN\\xxx group
then i add modify my smb.conf but it doesn't work...
valid users = @group