mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
c383175417
* Support mixed-case group entries The `group` resource downcased the input parameter unless the target was a Windows node. However, it's completely legitimate for a Unix-y node to have mixed case group and passwd entries. This change does have the potential to break people that did not carefully match their case when searching for a group, but we're currently blocking people from using the group resource properly if they have mixed-case entries. Signed-off-by: Adam Leff <adam@leff.co> * Fix unit tests Signed-off-by: Adam Leff <adam@leff.co>
4 lines
No EOL
68 B
Text
4 lines
No EOL
68 B
Text
# comment
|
|
root:x:0:
|
|
www-data:x:33:www-data,root
|
|
GroupWithCaps:x:999: |