From feea10bed797f9ed0d8ca1d94f7502c312b9d8e0 Mon Sep 17 00:00:00 2001 From: pnixon Date: Wed, 27 Jun 2007 06:36:18 +0000 Subject: [PATCH] correct the mysql conf file (which commented by default) and update the remarks slightly --- raddb/sqlippool.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/raddb/sqlippool.conf b/raddb/sqlippool.conf index 8f47eb3..441e8b1 100644 --- a/raddb/sqlippool.conf +++ b/raddb/sqlippool.conf @@ -18,7 +18,8 @@ sqlippool { lease-duration = 3600 ## Attribute which should be considered unique per NAS - ## Using NAS-Port gives behaviour similar to rlm_ippool. Calling-Station-Id is for NAS that send fixed NAS-Port + ## Using NAS-Port gives behaviour similar to rlm_ippool. + ## Using Calling-Station-Id works for NAS that send fixed NAS-Port pool-key = "%{NAS-Port}" # pool-key = "%{Calling-Station-Id}" @@ -39,10 +40,11 @@ sqlippool { (did %{Called-Station-Id} cli %{Calling-Station-Id} port %{NAS-Port} user %{User-Name})" + ################################################################ + ## Uncomment the appropriate config file for your SQL dialect ## + ################################################################ - ## Uncomment the appropriate config file for your SQL dialect - - # $INCLUDE ${confdir}/sql/mysql-dialup.conf + # $INCLUDE ${confdir}/sql/mysql-ippool-dialup.conf $INCLUDE ${confdir}/sql/postgresql-ippool-dialup.conf -- 2.1.4