summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index fa7c9464..96626525 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -4,7 +4,7 @@
Ohai's 'Passwd' plugin that provides `node['etc']['passwd']` and `node['etc']['group']` now populates data on Windows. Data for all local users and groups is present. A few things to note:
- * If you are on a domain controller, you will get all domain users as domain controllers see domain users as local
+ * If the node is an Active Directory domain controller, you will get all domain users as domain controllers see domain users as local
* If you are not on a domain controller you will only get actual local users
* Group members are not recursed, so you if groups are nested, you will simply see the group that is directly a member of the group.