[Samba] Errors for shares since 4.12.0

miguel medalha medalist at sapo.pt
Mon Mar 9 15:20:55 UTC 2020


> [global]
>         (...)
>        vfs objects = acl_xattr
>
> [share1]
>          (...)
>         vfs objects = recycle crossrename
>
> [share2]
>          comment = Share 2
>          inherit acls = Yes
>          path = PATHNAME
>          read only = No
>          smb encrypt = desired
>          valid users = +SUBDOM+worker +SUBDOM+user
>          acl_xattr:ignore system acls = yes

> [share3]
>          (...)
>          vfs objects = recycle crossrename



I don't know if this will solve your problem, but your smb.conf has some problems:

In [share 1] and [share 3], by specifying additional vfs modules, you are overriding the "acl_xattr" in the [global] section and disabling it for those shares. You must explicitly declare it for the shares using additional vfs modules, like this:

         vfs objects = recycle crossrename acl_xattr





More information about the samba mailing list