[Samba] ceph vfs can't find specific path

Rowland penny rpenny at samba.org
Mon Sep 21 09:52:51 UTC 2020


On 21/09/2020 10:32, Jonas via samba wrote:
> Sorry, I tried to keep the config as short as possible and deleted and renamed some stuff. Probably not the best idea.
Sanitise, yes, shortening isn't a good idea.
> Here is the full config:
>
>
> [global]
> clustering = Yes
> netbios name = FSCLUSTER
> realm = INT.EXAMPLE.COM
> registry shares = Yes
> security = ADS
> template shell = /bin/zsh
> winbind refresh tickets = Yes
> winbind use default domain = Yes
> workgroup = INT.EXAMPLE
You cannot use a dot '.' in a workgroup name
> idmap config int.example:range = 1000000-1999999
> idmap config int.example:backend = rid
> idmap config *:range = 10000-19999
> idmap config * : backend = tdb
> map acl inherit = Yes
> vfs objects = acl_xattr
> [plm]
> force create mode = 0770
> force directory mode = 0770
> force group = "domain users"
> guest ok = Yes
> inherit permissions = Yes
> kernel share modes = No
> path = /plm
> read only = No
> valid users = "@domain users"
Guest access is not going to work because the guest users name will be 
'nobody' and 'nobody' is not a member of 'Domain Users'
> vfs objects = ceph
You are turning off acl_xattr

Rowland





More information about the samba mailing list