You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/blobs/secure-file-transfer-protocol-support.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,27 +81,27 @@ For container-level permissions, you can choose which containers you want to gra
81
81
| List | l | <li>List content within container</li><li>List content within directory</li> |
82
82
| Delete | d | <li>Delete file/directory</li> |
83
83
| Create | c | <li>Upload file if file doesn't exist</li><li>Create directory if directory doesn't exist</li> |
84
-
| Modify Ownership | o | <li>Change owner or group for file/directory</li> |
84
+
| Modify Ownership | o | <li>Change the owning user or owning group for file/directory</li> |
85
85
| Modify Permissions | p | <li>Change permissions for file/directory</li> |
86
86
87
87
When performing write operations on blobs in sub directories, Read permission is required to open the directory and access blob properties.
88
88
89
89
## ACLs
90
90
91
-
For directory or blob level permissions, you can change owner, group, and mode that are used by ADLS Gen2 ACLs. Most SFTP clients expose commands for changing these properties. The following table describes common commands in more detail.
91
+
For directory or blob level permissions, you can change owning user, owning group, and mode that are used by ADLS Gen2 ACLs. Most SFTP clients expose commands for changing these properties. The following table describes common commands in more detail.
| chown | o | <li>Change owner for file/directory</li><li>Must specify numeric ID</li> |
96
-
| chgrp | o | <li>Change group for file/directory</li><li>Must specify numeric ID</li> |
95
+
| chown | o | <li>Change owning user for file/directory</li><li>Must specify numeric ID</li> |
96
+
| chgrp | o | <li>Change owning group for file/directory</li><li>Must specify numeric ID</li> |
97
97
| chmod | p | <li>Change permissions/mode for file/directory</li><li>Must specify POSIX style octal permissions</li> |
98
98
99
-
The IDs required for changing owner and group are part of new properties for Local Users. The following table describes each new Local User property in more detail.
99
+
The IDs required for changing owning user and owning group are part of new properties for Local Users. The following table describes each new Local User property in more detail.
100
100
101
101
| Property | Description |
102
102
|---|---|
103
-
| UserId | <li>Unique identifier for the Local User within the storage account</li><li>Generated by default when the Local User is created</li><li>Used for setting owner on file/directory</li> |
104
-
| GroupId | <li>Identifer for a group of Local Users</li> |
103
+
| UserId | <li>Unique identifier for the Local User within the storage account</li><li>Generated by default when the Local User is created</li><li>Used for setting owning user on file/directory</li> |
104
+
| GroupId | <li>Identifer for a group of Local Users</li><li>Used for setting owning group on file/directory</li>|
105
105
| AllowAclAuthorization | <li>Allow authorizing this Local User's requests with ACLs</li> |
106
106
107
107
Once the desired ACLs have been configured and the Local User enables `AllowAclAuthorization`, they may use ACLs to authorize their requests. Similar to RBAC, container permissions can interoperate with ACLs. Only if the local user doesn't have sufficient container permissions will ACLs be evaluated. To learn more, see [Access control model in Azure Data Lake Storage Gen2](data-lake-storage-access-control-model.md).
0 commit comments