list,
i have a working freeradius 0.8.1 with mysql 4.0 on freebsd 4.8 deployed.
freeradius 0.8.1 with rlm-sql for postgresql 7.3 compiled and installed on
freebsd 4.8 with no problems
radiusd started without any complains
but when i tried to run radtest
rlm_sql_postgresql: PostgreSQL Query failed Error: no connection to
the server
rlm_sql_getvpdata: database query error
i created user radiusd and database radius on postgresql with:
createdb pgsql
createuser -P -E radiusd
createdb --owner=radiusd radius
and in the /etc/raddb/postgresql.conf
# Connect info
server = "localhost"
login = "radiusd"
password = "radiusd"
# Database table configuration
radius_db = "radius"
any help and comment is deeply appreciated. thanks
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html