[Samba] Primary group is 0 and contains 0 supplementary groups

Robson Vitor Mendonça robsonvitorm at gmail.com
Thu Oct 3 12:25:51 UTC 2019


Hello!

I thought this was a mistake, sorry.

So I created the shared directories and defined which groups can access
this directory and includes the users in the defined group. However, the
user defined in the group cannot access the directory, gives access denied.
Take a look at the settings, if you can give me a direction of where my
error is.


# smb.conf
[SHARE]
  comment = SHARE
  path = /dados/share
  read only = no
  inherit acls = yes
  valid users = @"TCO\Domain Admins" @"TCO\group01"
  write list = @"TCO\Domain Admins" @"TCO\group01"


# getfacl /dados/share

getfacl: Removing leading '/' from absolute path names
# file: dados/share
# owner: root
# group: domain\040users
# flags: -s-
user::rwx
group::rwx
group:group01:rwx
mask::rwx
other::---
default:user::rwx
default:group::rwx
default:other::---


Thanks!

Atenciosamente,
Robson Vitor Mendonça


More information about the samba mailing list