On Tue, 2005-15-02 at 12:26 +0000, nake116 nake116 wrote:
> server ="localhost"
> login="postgres"
> password="postgres"
> 
> #database table configuration
> radius_db="radiusdb"

Using the information you supplied, have you tried to use 
psql to access the database?

Example

$ psql --host localhost --username postgres --dbname radiusdb --password
Enter Password : postgres

If you cannot connect using that command you have not correctly 
configured the permissions in PostgreSQL, which is not a topic 
supported on the FreeRadius list.

Note: It is not a good idea to use the postgres user for anything 
other than administration. Install pgadminIII if you need a GUI 
tool to administrate one or more PostgreSQL servers.




- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to