Skip to content

Commit 8804cd3

Browse files
Merge pull request #263688 from b-ahibbard/issue-118785
issue #11878
2 parents 9539523 + 3d069ad commit 8804cd3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/azure-netapp-files/nfs-access-control-lists.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,9 @@ Inherit flags are a way to more easily manage your NFSv4.x ACLs, sparing you fro
176176
177177
### Administrative flags
178178
179-
Administrative flags in NFSv4.x ACLs are special flags that are used only with Audit and Alarm ACL types. These flags define either success or failure access attempts for actions to be performed. For instance, if it's desired to audit failed access attempts to a specific file, then an administrative flag of “F” can be used to control that behavior.
179+
Administrative flags in NFSv4.x ACLs are special flags that are used only with Audit and Alarm ACL types. These flags define either success (`S`) or failure (`F`) access attempts for actions to be performed.
180180
181-
This Audit ACL is an example of that, where `user1` is audited for failed access attempts for any permission level: `U:F:[email protected]:rwatTnNcCy`.
182-
183-
Azure NetApp Files only supports setting administrative flags for Audit ACEs. File access logging isn't currently supported. Alarm ACEs aren't supported in Azure NetApp Files.
181+
Azure NetApp Files supports _setting_ administrative flags for Audit ACEs, however the ACEs do not function. In addition, Alarm ACEs aren't supported in Azure NetApp Files.
184182
185183
## NFSv4.x user and group principals
186184

0 commit comments

Comments
 (0)