Minor updates following reorganisation of the sql config files
authorpnixon <pnixon>
Thu, 31 Aug 2006 22:21:12 +0000 (22:21 +0000)
committerpnixon <pnixon>
Thu, 31 Aug 2006 22:21:12 +0000 (22:21 +0000)
raddb/radiusd.conf.in
raddb/sql.conf

index 797c835..98eb2e3 100644 (file)
@@ -1225,17 +1225,11 @@ $INCLUDE ${confdir}/eap.conf
        #  Include another file that has the SQL-related configuration.
        #  This is another file only because it tends to be big.
        #
-       #  The following configuration file is for use with MySQL.
-       #
-       #  For Postgresql, use:         ${confdir}/postgresql.conf
-       #  For MS-SQL, use:             ${confdir}/mssql.conf
-       #  For Oracle, use:             ${confdir}/oraclesql.conf
-       #
        $INCLUDE  ${confdir}/sql.conf
 
 
        #  For Cisco VoIP specific accounting with Postgresql,
-       #  use:         ${confdir}/pgsql-voip.conf
+       #  use:         ${confdir}/sql/postgresql-voip-postpaid.conf
        #
        #  You will also need the sql schema from:
        #        src/billing/cisco_h323_db_schema-postgres.sql
index 00d8f45..2cea4b4 100644 (file)
@@ -71,9 +71,9 @@ sql {
 
        ## Uncomment the appropriate config file for your SQL dialect
 
-       #$INCLUDE sql/mssql-dialup.conf
-       $INCLUDE sql/mysql-dialup.conf
-       #$INCLUDE sql/oracle-dialup.conf
-       #$INCLUDE sql/postgresql-dialup.conf
+       #$INCLUDE ${confdir}/sql/mssql-dialup.conf
+       $INCLUDE ${confdir}/sql/mysql-dialup.conf
+       #$INCLUDE ${confdir}/sql/oracle-dialup.conf
+       #$INCLUDE ${confdir}/sql/postgresql-dialup.conf
 
 }