cgb
Newbie
Karma: 0
Offline
Posts: 3
|
 |
« Reply #1 on: November 20, 2007, 04:35:37 PM » |
|
Hi there,
I am using mysql and am relatively to new phpradmin, but looking at the code it appears you can use Postgres. You'll need to achieve a few things:
- create the table, import the SQL. The sql may be Mysql-centric. Adapt as necessary and post questions if it doesn't "just work"
- convince freeradius to use Postgres. You'll need the freeradius-postgresql module (rlm_sql_postgresql.so). Update /etc/raddb/sql.conf [code:1] driver = "rlm_sql_postgresql" [/code]
- convince dialup_admin to use Postgres Update /usr/local/phpradmin/conf/dialup_admin/conf/admin.conf [code:1] sql_type: pg (instead of mysql) sql_server: ip.of.your.server sql_port: 5432 (instead of 3306) [/code]
Good luck and post back if you have any further queries.
Chris Bennett
|