Skip to content

Commit

Permalink
commiting updated changelog and daloradius.conf.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed May 26, 2011
1 parent 8827d79 commit ab16f46
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
@@ -1,3 +1,11 @@
release 0.9-9 - 27 May 2011
- added linux os heartbeat script
- added new monitoring script for heartbeat nodes with email notifications, also update default crontab script
- fixed dictionary table entries related to mikrotik vendor
- fixed missing SHA1 and CHAP password attributes in user listing
- fixed deprecated ereg_replace function with preg_replace
- improved heartbeat scripts to be more 'compatible' with other routers os

release 0.9-9rc1 - 6 May 2011
- added heartbeat router scripts and dashboard implementation in daloradius
- added maintenance scripts to clean stale sessions/expire accounts and monitoring user traffic (with email alerts)
Expand Down
1 change: 1 addition & 0 deletions daloradius-users/library/daloradius.conf.php
Expand Up @@ -25,6 +25,7 @@

$configValues['CONFIG_DB_ENGINE'] = 'mysql';
$configValues['CONFIG_DB_HOST'] = '127.0.0.1';
$configValues['CONFIG_DB_PORT'] = '3306';
$configValues['CONFIG_DB_USER'] = 'root';
$configValues['CONFIG_DB_PASS'] = '';
$configValues['CONFIG_DB_NAME'] = 'radius';
Expand Down
5 changes: 3 additions & 2 deletions library/daloradius.conf.php
Expand Up @@ -27,9 +27,10 @@
$configValues['FREERADIUS_VERSION'] = '2';
$configValues['CONFIG_DB_ENGINE'] = 'mysql';
$configValues['CONFIG_DB_HOST'] = 'localhost';
$configValues['CONFIG_DB_PORT'] = '3306';
$configValues['CONFIG_DB_USER'] = 'root';
$configValues['CONFIG_DB_PASS'] = 'dalodevPOLQWS1029';
$configValues['CONFIG_DB_NAME'] = 'radius_099';
$configValues['CONFIG_DB_PASS'] = '';
$configValues['CONFIG_DB_NAME'] = 'radius';
$configValues['CONFIG_DB_TBL_RADCHECK'] = 'radcheck';
$configValues['CONFIG_DB_TBL_RADREPLY'] = 'radreply';
$configValues['CONFIG_DB_TBL_RADGROUPREPLY'] = 'radgroupreply';
Expand Down

0 comments on commit ab16f46

Please sign in to comment.