I had [homes] Samba working without issues for several years,
(could access \\server\homes, \\server\username)
Now I found that shares stopped working and server writes this message all the time when trying to access these shares:
`[homes] share not available for user %s because it was not found or created at session setup time`
(https://github.com/samba-team/samba/blob/master/source3/smbd/smb2_tcon.c line 265)
For me it seems like when session is established, it collects users home directories and then checks it in this place, and it's empty now?
Here's how it was setup in smb-extra.conf:
[homes]
path = /mnt/user/homes/%S
comment = Home directory
browsable = no
read only = no
valid users = %S
create mask = 0700
directory mask = 0700
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.