Skip to content

Commit bee77fd

Browse files
authored
Update ACL terminology in known issues document
1 parent 00159d9 commit bee77fd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ To learn more, see [SFTP permission model](secure-file-transfer-protocol-support
7171

7272
- There's a 2-minute time out for idle or inactive connections. OpenSSH will appear to stop responding and then disconnect. Some clients reconnect automatically.
7373

74-
### Default ACLs and extended ACLs
74+
### Access ACLs and Default ACLs
7575

76-
SFTP doesn't currently support **default ACLs** or **extended 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 extended ACLs 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 ACL entries set, SFTP operations can fail with `Permission denied`, even when the connecting user isn't referenced by those ACL entries.
7979

80-
**Workaround:** Remove default ACLs and any extended 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 before attempting the SFTP operation again.
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.
8181

8282
## Other
8383

0 commit comments

Comments
 (0)