[Samba] Errors for shares since 4.12.0

Andreas Hauffe andreas.hauffe at tu-dresden.de
Tue Mar 10 08:07:38 UTC 2020


Thanks for the hint, but this did not solve our problem.

Am 09.03.20 um 16:20 schrieb miguel medalha via samba:
>> [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
>
>
>
Regards,
Andreas



More information about the samba mailing list