diff --git a/README.md b/README.md index efb11ef..beb0051 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ Kerberos requires close time alignment. - Contains one folder per active `FS_*` AD group. - Root is discoverable as one share, while access to each group folder is enforced via POSIX/ACL group permissions. - `FS_*` groups may contain other AD groups; reconciliation recursively grants ACLs to nested groups and logs detected cycles. +- Dot-prefixed group folder names are allowed and are not hidden over SMB. - No guest access. ### FSLogix diff --git a/etc/samba/smb.conf b/etc/samba/smb.conf index 82a02b1..fcb7059 100644 --- a/etc/samba/smb.conf +++ b/etc/samba/smb.conf @@ -67,6 +67,7 @@ create mask = 0660 directory mask = 2770 inherit permissions = yes + hide dot files = no hide unreadable = yes access based share enum = yes