Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Sat Mar 30, 2024 1:34 am

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
PostPosted: Fri Jan 04, 2008 10:10 am 
Offline
Newbie

Joined: Tue Dec 11, 2007 2:40 am
Posts: 24
Location: Pennsylvania
I was ripping my hair out today thinking that I broke something, only to remember that I updated OA from SVN 936 to 938.

When I add or delete and re-add a device, a bunch of information disappears from the summary page and the device shows up as "not-networked" on the home page. So I reverted back to SVN 936 and the everything went back to normal. I then updated the SVN until it broke again (SNV 937)and used the Tortoise compare utility (awesome tool BTW) to track down the issue. It looks like a couple of lines were omitted after SVN was updated to 937 (viewtopic.php?f=5&t=2301). Add these lines back and you should be good...

Add these two lines above the "Make the UUID" section in audit.vbs (lines 847 and 848 in SVN 939)
[code]entry form_input,comment,objTextFile,oAdd,oComment
form_input = ""[/code]

The finished code should look like this
[code]form_input = "system01^^^" & clean(net_ip_address) & "^^^" & clean(net_domain) _
& "^^^" & clean(Replace(net_user_name,"\", "\\")) & "^^^" & clean(net_client_site_name) _
& "^^^" & clean(Replace(net_domain_controller_address, "\\", "")) & "^^^" & clean(Replace(net_domain_controller_name, "\\", "")) & "^^^"
entry form_input,comment,objTextFile,oAdd,oComment
form_input = ""[/code]


Top
 Profile  
Reply with quote  
PostPosted: Sun Jan 06, 2008 9:25 pm 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
Ooops try it now. :oops:

_________________
Andrew

[size=85]OA Server: Windows XP/ XAMPP, Mandriva/Apache, Ubuntu
Auditing: 300+ Wstns, 20+ Srvrs, Thin clients, Linux boxes, Routers, etc
OS's: Windows XP , W2K Srvr, W2K3 Srvr, W2K8, Vista, Windows 7, Linuxes (and a Mac at home)
LDAP: Active Directory[/size]


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group