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 Thu Mar 28, 2024 9:37 pm

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 7 posts ] 
Author Message
 Post subject: OAv2 Alpha 3 released
PostPosted: Thu Jun 10, 2010 9:07 pm 
Offline
Site Admin
User avatar

Joined: Mon Jun 07, 2004 11:48 am
Posts: 1964
Location: Brisbane, Australia
Yep, you read right - it's available.
Go grab it and give it a thrashing.
Please post Bugs in this forums (not this thread).
All previous Bugs should have been addressed.

[url]http://www.open-audit.org/OAv2_03.zip[/url]

:D

_________________
Support and Development hours available from [url=https://opmantek.com]Opmantek[/url].
Please consider a purchase to help make Open-AudIT better for everyone.


Top
 Profile  
Reply with quote  
PostPosted: Sun Jun 13, 2010 1:30 am 
Offline
Newbie

Joined: Wed Feb 06, 2008 3:06 am
Posts: 38
just a note - the password is changed from what is in the readme.txt.

_________________
[size=85]OA Server: W2k3/IIS/PHP5/MySQL
Currently auditing 558 servers, 138 Workstations
LDAP=AD, Audit interval ~ once/month[/size]


Top
 Profile  
Reply with quote  
PostPosted: Thu Jun 17, 2010 5:12 pm 
Offline
Moderator
User avatar

Joined: Tue Jan 25, 2005 3:09 am
Posts: 2140
Location: Scotland
[quote="ccpyle"]just a note - the password is changed from what is in the readme.txt.


:? Where would testers find the new password?

_________________
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 Jun 17, 2010 5:32 pm 
Offline
Site Admin
User avatar

Joined: Mon Jun 07, 2004 11:48 am
Posts: 1964
Location: Brisbane, Australia
Weird - not sure how that got in there.
It should be
user: admin
password: password

_________________
Support and Development hours available from [url=https://opmantek.com]Opmantek[/url].
Please consider a purchase to help make Open-AudIT better for everyone.


Top
 Profile  
Reply with quote  
PostPosted: Wed Jun 30, 2010 6:52 am 
Offline
Newbie

Joined: Wed Jun 30, 2010 12:06 am
Posts: 3
I am unable to log in with Admin / password or admin / password

Can someone tell me to reset the credentials for the Open-AudIT homepage manually?

As in, what file do I have to edit?

Thanks!


Top
 Profile  
Reply with quote  
PostPosted: Wed Jun 30, 2010 11:08 am 
admin / password indeed appears to be correct, not that I have tested it, just read through the code. The users are stored in the oa_user table in your database. One field is the username, the other is the md5 of the password (no salt -- Mark, you need to salt them...). Doublecheck that the following lines of SQL executed during setup:

[code]LOCK TABLES `oa_user` WRITE;
INSERT INTO `oa_user` VALUES (1, 'admin', '5f4dcc3b5aa765d61d8327deb882cf99', 'Administrator', 'admin@openaudit', 'en', '10', 'tango', 'y');
INSERT INTO `oa_user` VALUES (NULL, 'test', '5f4dcc3b5aa765d61d8327deb882cf99', 'Test Reduced User', 'admin@openaudit', 'en', '10', 'tango', 'n');
UNLOCK TABLES;[/code]


Top
  
Reply with quote  
PostPosted: Fri Jul 02, 2010 2:16 am 
Offline
Newbie

Joined: Wed Jun 30, 2010 12:06 am
Posts: 3
Thanks for your response!

I checked the table and you are right, admin /password.

I followed these instructions, and didn't recieve any errors,

"
1 - Extract the archive to /usr/ (under Ubuntu).
2 - Move the contents of www folder to your root web folder (/var/www under Ubuntu).
3 - Edit the file /var/www/index.php. Line 27/28. Adjust to suit (as per step 1).
4 - in the /usr/OAv2/other folder, run the following command (under Ubuntu)
mysql -u root -p
{enter password}
create database OAv2;
exit;
mysql -u root -p OAv2 < OAv2_mysql.sql
{enter password}
5 - Check file permissions (still to clarify).
6 - Alter the settings to connect to the database in /usr/OAv2/code_igniter/system/application/config/database.php
7 - Point your web browser to http://YOURSERVER/index.php
8 - Logon with Username: Admin, Password: password"

Its probably something simple that I am missing or don't know about. I am a bit of a newb with OpenAudIT / mysql...

Thanks in advance!


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.  [ 7 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