Skip to content

Commit 43d8246

Browse files
authored
Fix formatting issues in known issues document
1 parent 337983d commit 43d8246

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ 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 ACLs set, SFTP operations will fail with `Permission denied`, even when the connecting user has required permissions.
7979

8080
**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.
8181

0 commit comments

Comments
 (0)