Hi.
The situation I have is that I dont seem to fully understand how User home directory works.
What I did:
I followed the doc link: Users and it seems I am doing all the right steps.
created a Shared Folder called Users
Under User Management I Enabled User home directory:

under Services | SMB/CIFS | Settings I checked Enabled for the Enable user home directories option

Therefore, under Storage|Shared Folders I now have a Users referenced share.
When I browse the network on my linux laptop, I see the folder called Homes (I assume that even if I created Users shared folder, OMV will show it as a Homes under smb when searching in network).
Problem:
when I browse the network and see Homes, I only see 3 files .bash_logout, .bashrc and .profile
I dont see the User folder name.
I created 2 Users for testing.
Wouldn't I see 2 folders under Homes with the users names?
Also, I dont get asked for credentials when accessing Homes.
What am I doing wrong?
When I SSH the NAS, I also am able to see the created users.
Yet, under smb://my-nas.local/homes/ there are no users to choose.
if I manually add an existing user_name I simply have an error "Could not find "smb://my-nas.local/home/testuser""
I also tested by adding a samba share and reference Users.
Of course I can than see Users and all the users in it. Despite I set it not public, when I access the User folder using the password of the testuser, I can access any other user too.
Thank you