Open-AudIT
https://www.open-audit.org/phpBB3/

Fixes for SVN 939
https://www.open-audit.org/phpBB3/viewtopic.php?f=8&t=2558
Page 1 of 1

Author:  georger_br [ Sat Jan 05, 2008 1:19 am ]
Post subject:  Fixes for SVN 939

Hi,
I found and fixed two issues in audit.vbs:

1. I have MS Virtual PC 2007 installed and Open-AudIT detected its virtual network interface, something I don't want. I found that audit.vbs already takes this into account for VMware, so I changed line 610 from

[code]
& "AND ServiceName<>'VMnetx' AND ServiceName<>'VMnetadapter' " _
[/code]

to

[code]
& "AND ServiceName<>'VMnetx' AND ServiceName<>'VMnetadapter' AND ServiceName<>'VPCNetS2' " _
[/code]

2. I noticed that the system overview in the front page was lacking the IP address and subnet for all systems. I looked into it and found that the "system01" input block wasn't getting submitted at all. So I added the following code to line 847:

[code]
entry form_input,comment,objTextFile,oAdd,oComment
[/code]

Now it's working fine.
Another thing: even though I was installing from scratch, OA told me it had to be upgraded in the front page. The upgrade script failed reporting that the column it was trying to add already existed. I had to manually drop several columns until it worked, and now it's OK. Regards,

Georger

Page 1 of 1 All times are UTC + 10 hours
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/