summaryrefslogtreecommitdiff
path: root/windows/win_acl_inheritance.py
diff options
context:
space:
mode:
Diffstat (limited to 'windows/win_acl_inheritance.py')
-rw-r--r--windows/win_acl_inheritance.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/win_acl_inheritance.py b/windows/win_acl_inheritance.py
index 0837bab3..a4bb90a4 100644
--- a/windows/win_acl_inheritance.py
+++ b/windows/win_acl_inheritance.py
@@ -43,7 +43,8 @@ options:
default: absent
reorganize:
description:
- - For P(state) = I(absent), indicates if the inherited ACE's should be copied. For P(state) = I(present), indicates if the inherited ACE's should be simplified.
+ - For P(state) = I(absent), indicates if the inherited ACE's should be copied from the parent directory. This is necessary (in combination with removal) for a simple ACL instead of using multiple ACE deny entries.
+ - For P(state) = I(present), indicates if the inherited ACE's should be deduplicated compared to the parent directory. This removes complexity of the ACL structure.
required: false
choices:
- no