Hi,
I was wondering if someone could shed some light on the issue im having.
I have a folder called shares
inside that folder im going to create another folder called Users
So far so good that folder shares and Users can be accessed and modify by the users of the domain.
But inside that folder Users im going to create user1folder and user2folder but i dont want all the users of the domain to have access of those folder
So normally i disable the inheritance and remove the users of the domain and only give test1 to access to user1folder and test2 to user2folder
which means that test2 cannot see user1folder and test1 cannot see user2folder
so this is what i need so not sure if i have to do on samba or on windows?
when i try on windows i get the error when enumerating objects in the container access was denied
This is the smb share conf
[shares]
path = /data
browseable = yes
force create mode = 0660
force directory mode = 0660
valid users = @"Domain Users"
read list =
write list = @"Domain Users"
admin users =
vfs objects = acl_xattr full_audit recycle shadow_copy2
# full_audit:failure = connect opendir disconnect unlink mkdir rmdir open rename
full_audit:prefix = %u|%I|%S
full_audit:failure = connect
full_audit:success = mkdir rename unlink rmdir pwrite pread connect disconnect
full_audit:facility = local5
full_audit:priority = notice
shadow: snapdir = .zfs/snapshot
shadow: sort = desc
shadow: format = _%Y-%m-%d_%H:%M:%S
shadow: snapprefix = ^pyznap
shadow: delimiter = _
shadow:localtime = no
recycle: excludedir = /tmp|/var/tmp
recycle: directory_mode = 0700
recycle: inherit_nt_acl = Yes
recycle: keeptree = Yes
recycle: versions = Yes
recycle: repository = RecycleBin
https://ibb.co/TtC6BsJThank you