fix: show dot-prefixed data folders
This commit is contained in:
@@ -169,6 +169,7 @@ Kerberos requires close time alignment.
|
|||||||
- Contains one folder per active `FS_*` AD group.
|
- 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.
|
- 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.
|
- `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.
|
- No guest access.
|
||||||
|
|
||||||
### FSLogix
|
### FSLogix
|
||||||
|
|||||||
@@ -67,6 +67,7 @@
|
|||||||
create mask = 0660
|
create mask = 0660
|
||||||
directory mask = 2770
|
directory mask = 2770
|
||||||
inherit permissions = yes
|
inherit permissions = yes
|
||||||
|
hide dot files = no
|
||||||
hide unreadable = yes
|
hide unreadable = yes
|
||||||
access based share enum = yes
|
access based share enum = yes
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user