Skip to content

Commit 0348a6e

Browse files
authored
Fix formatting of Access ACLs section in known issues
1 parent 43d8246 commit 0348a6e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ 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 ACLs set, SFTP operations will fail with `Permission denied`, even when the connecting user has required permissions.
78+
- If any directory in the access path (including the user's home directory) has Default ACLs or additional Access ACLs set, SFTP operations will fail with `Permission denied`, even when the connecting user has required permissions.
7979

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.
80+
**Temporary Workaround:** Remove Default ACLs and additional Access ACLs from all directories in the SFTP access path (including the user's home directory) so that only POSIX `user::`, `group::`, and `other::` entries remain.
8181

8282
For more details about ACLs and how you can edit them, see [Access control lists (ACLs)](data-lake-storage-access-control.md).
8383

0 commit comments

Comments
 (0)