Update comments to make it clear that raddb/postgresql.conf needs to be replaced...
authorpnixon <pnixon>
Wed, 16 Jul 2003 15:04:17 +0000 (15:04 +0000)
committerpnixon <pnixon>
Wed, 16 Jul 2003 15:04:17 +0000 (15:04 +0000)
src/billing/cisco_h323_db_schema-postgres.sql

index d6b0277..c96667e 100644 (file)
@@ -4,7 +4,9 @@
  * Cisco gateways (I am using 5300 and 5350 series). 
  * It will scale ALOT better than the default radius schema which is designed for
  * simple dialup installations of FreeRadius.
- * It must have custom SQL queries in raddb/postgresql.conf to work.
+ *
+ * For this schema to work properly you MUST replace raddb/postgresql.conf 
+ * with the contents of pgsql-voip.conf
  *
  * If you wish to do RADIUS Authentication using the same database, you must use
  * src/modules/rlm_sql/drivers/rlm_sql_postgresql/db_postgresql.sql as well as