summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-10-02 21:54:36 -0700
committerGitHub <noreply@github.com>2020-10-02 21:54:36 -0700
commit4a8a026609201ac744d62832627a5c3601350aae (patch)
tree6b9465c52d53c6e1c3775f7c5ec7814d84135904 /RELEASE_NOTES.md
parent999d719e71042aae0d255942b743e0d7bead9bae (diff)
downloadohai-4a8a026609201ac744d62832627a5c3601350aae.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-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.