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 Fri Mar 29, 2024 7:13 am

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
PostPosted: Fri Feb 27, 2009 12:02 am 
Offline
Newbie

Joined: Wed Mar 19, 2008 8:28 pm
Posts: 2
I have been hovering these forums and the internet trying to find information about this but i have been unsuccessfull.

We run a samba3 domain i have open audit up and running i can audit single computers "cscript audit.vbs "COMPUTERNAME"" sucesfully.

I have changed the audit.conf to an extend that i am no longer sure if i have destroyed something important.

I have openaudit on a linux/webserver(apache2) and audit from a windows machine.

[code]'
' Standard audit section
'
audit_location = "r"
verbose = "y"
online = "yesxml"
strComputer = ""
ie_visible = "n"
ie_auto_submit = "y"
ie_submit_verbose = "n"
ie_form_page = "http://server/openaudit/admin_pc_add_1.php"
non_ie_page = "http://server/openaudit/admin_pc_add_2.php"
input_file = "pc_list_file.txt"

'
' Email authentication
'
'


audit_local_domain = "y"
'
' Set domain_type = 'nt' for NT4 or SAMBA otherwise leave blank or set to ldap
'domain_type = "nt"

local_domain = "WinNT://mydomain.com" <-------------- here i have also tried using the netbiosname
for the domain which is in captial letters (EXAMPLE) "WinNT://DOMAIN"

'
' Example Set Domain name for NT ONLY for LDAP use the above format
' NOTE This is Case Sensetive. See the example below.
'
'local_domain = "WinNT://IEXPLORE"
'local_domain = "WinNT://<domainname>"
'

hfnet = "n"
Count = 0
number_of_audits = 10
script_name = "audit.vbs"
monitor_detect = "y"
printer_detect = "y"
software_audit = "y"
uuid_type = "uuid"
'
' Nmap section
'
nmap_tmp_cleanup = true ' Set this false if you want to leave the tmp files for analysis in your tmp folder
nmap_subnet = "x.x.x." ' The subnet you wish to scan
nmap_subnet_formatted = "x.x.0x." ' The subnet padded with 0's
nmap_ie_form_page = "http://server/openaudit/admin_nmap_input.php"
nmap_ie_visible = "n"
nmap_ie_auto_close = "y"
nmap_ip_start = 1
nmap_ip_end = 254
nmap_syn_scan = "y" ' Tcp Syn scan
nmap_udp_scan = "y" ' UDP scan
nmap_srv_ver_scan = "y" ' Service version detection.
nmap_srv_ver_int = 0 ' Service version detection intensity level. Values 0-9, 0=fast
use_audit_log = "y"
[/code]

the error i get when i run cscript audit.vbs is

C:\work\autidtemp>cscript audit.vbs
Microsoft (R) Windows Script Host Version 5.7
Copyright (C) Microsoft Corporation. All rights reserved.

C:\work\autidtemp\audit.vbs(388, 3) Provider: Table does not exist.

I have no idea what table it is reffering too.


Last edited by Toranga on Thu Mar 05, 2009 2:28 am, edited 1 time in total.

Top
 Profile  
Reply with quote  
PostPosted: Mon Mar 02, 2009 8:15 pm 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
Try setting the domain type to NT
i.e. un-comment the line

[code]
'domain_type = "nt"
[/code]

becomes


[code]
domain_type = "nt"
[/code]

_________________
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  
PostPosted: Thu Mar 05, 2009 2:28 am 
Offline
Newbie

Joined: Wed Mar 19, 2008 8:28 pm
Posts: 2
Thnx dude, i was so close though ;)


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.  [ 3 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:  
Powered by phpBB® Forum Software © phpBB Group