mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
add aix user support
This commit is contained in:
parent
b167854c18
commit
fbe79d1bc4
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ class AixUser < UnixUser
|
|||
|
||||
user = lsuser.stdout.chomp.split("\n").last.split(':')
|
||||
{
|
||||
home: user[1],
|
||||
home: user[1],
|
||||
shell: user[2],
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue