This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
inspec
Watch
2
Star
0
Fork
You've already forked inspec
0
mirror of
https://github.com/inspec/inspec
synced
2024-11-24 05:33:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
c1547ee898
inspec
/
test
/
unit
/
mock
/
files
/
etcgroup
4 lines
68 B
Text
Raw
Normal View
History
Unescape
Escape
filter comments in /etc/group
2015-10-06 11:56:29 +00:00
# comment
add unit tests for etc_group resource
2015-09-05 20:25:25 +00:00
root:x:0:
www-data:x:33:www-data,root
Support mixed-case group entries (#2101) * 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>
2017-08-30 20:02:45 +00:00
GroupWithCaps:x:999:
Reference in a new issue
Copy permalink