sqlippool not working
- To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org>
- Subject: sqlippool not working
- From: "Guilherme Franco" <guilhermefranco@gmail.com>
- Date: Mon, 18 Sep 2006 17:40:24 -0300
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ExmkvKN8PAuPvK9ZMJqkHk2ETUTRoBFltr1D4Vw/YNgVrR+uc+ys3BV7i+E6STPug+gDumfTyelIh+mMHr+YetWvhnHa+lp6wkUHpI2BTs+qMzpwBVkgsxN1+vaGKAEe9ZiyWhid9QRvNGJ3vNoQI8yIF2x+ht1nubAZ3tbOLm8=
- Reply-to: FreeRadius users mailing list <freeradius-users@lists.freeradius.org>
Hi Peter,
Like you told me before, you did some cleanups in the sqlippool.conf.
Well, I've tried to install todays freeradius CVS, and it installed
without the sqlippool module, don't know why.
So, I've compiled it manually from
freeradius-snapshot-20060918/src/modules/rlm_sqlippool/
OK, but when I run radiusd -X, I got this in the end, regardless of my
configuration in sqlippool.conf and radiusd.conf:
Module: Loaded SQL IP Pool
sqlippool: sql-instance-name = "sql"
sqlippool: lease-duration = 86400
sqlippool: pool-name = ""
sqlippool: allocate-begin = "BEGIN"
sqlippool: allocate-clear = ""
sqlippool: allocate-find = ""
sqlippool: allocate-update = ""
sqlippool: allocate-commit = "COMMIT"
sqlippool: allocate-rollback = "ROLLBACK"
sqlippool: start-begin = "BEGIN"
sqlippool: start-update = ""
sqlippool: start-commit = "COMMIT"
sqlippool: start-rollback = "ROLLBACK"
sqlippool: alive-begin = "BEGIN"
sqlippool: alive-update = ""
sqlippool: alive-commit = "COMMIT"
sqlippool: alive-rollback = "ROLLBACK"
sqlippool: stop-begin = "BEGIN"
sqlippool: stop-clear = ""
sqlippool: stop-commit = "COMMIT"
sqlippool: stop-rollback = "ROLLBACK"
sqlippool: on-begin = "BEGIN"
sqlippool: on-clear = ""
sqlippool: on-commit = "COMMIT"
sqlippool: on-rollback = "ROLLBACK"
sqlippool: off-begin = "BEGIN"
sqlippool: off-clear = ""
sqlippool: off-commit = "COMMIT"
sqlippool: off-rollback = "ROLLBACK"
rlm_sqlippool: the 'allocate-clear' statement must be set.
It's not even trying to access the Oracle server.
What can it be?
Thanks!
This archive was generated by a fusion of
Pipermail (Mailman edition) and
MHonArc.