Skip to content

Commit 337983d

Browse files
authored
Fix capitalization and wording in SFTP known issues
Corrected capitalization and phrasing for clarity regarding Default ACLs and additional Access ACLs in SFTP documentation.
1 parent bee77fd commit 337983d

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

articles/storage/blobs/secure-file-transfer-protocol-known-issues.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,13 @@ To learn more, see [SFTP permission model](secure-file-transfer-protocol-support
7373

7474
### Access ACLs and Default ACLs
7575

76-
SFTP doesn't currently support **default ACLs** or **Additional Access ACLs** (ACL entries beyond the POSIX `user::`, `group::`, and `other::` entries, such as named users or named groups).
76+
SFTP doesn't currently support **Default ACLs** or **additional Access ACLs** (ACL entries beyond the POSIX `user::`, `group::`, and `other::` entries, such as named users or named groups).
7777

78-
If any directory in the access path (including the user's home directory) has default ACLs or additional ACL entries set, SFTP operations can fail with `Permission denied`, even when the connecting user isn't referenced by those ACL entries.
78+
If any directory in the access path (including the user's home directory) has Default ACLs or additional ACLs set, SFTP operations will fail with `Permission denied`, even when the connecting user has required permissions.
7979

80-
**Workaround:** Remove default ACLs and any Additional ACL entries from all directories in the SFTP access path (including the user's home directory) so that only POSIX `user::`, `group::`, and `other::` entries remain.
80+
**Temporary Workaround:** Remove Default ACLs and additional ACL entries from all directories in the SFTP access path (including the user's home directory) so that only POSIX `user::`, `group::`, and `other::` entries remain.
81+
82+
For more details about ACLs and how you can edit them, see [Access control lists (ACLs)](data-lake-storage-access-control.md).
8183

8284
## Other
8385

0 commit comments

Comments
 (0)