(RADIATOR) remote login using radiator and postgres

1999-08-09 Thread ray cortez

Hi,

We are one of the ISP here in the Philippines and we are currently using
radiator as our authentication. We are having problems on using postgres
and radiator by remote login we've try dbi:Pg:$database:$hostname but still
we can't connect to remote server Is there any configuration that we must
do? Is dbi:Pg:$database:$hostname also compatible with postgres? We've try
it using mysql and it works.


===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) remote login using radiator and postgres

1999-08-09 Thread Richi Plana

On Tue, 10 Aug 1999, ray cortez wrote:

|o| We are one of the ISP here in the Philippines and we are
|o| currently using radiator as our authentication. We are having
|o| problems on using postgres and radiator by remote login we've try
|o| dbi:Pg:$database:$hostname but still we can't connect to remote
|o| server Is there any configuration that we must do? Is
|o| dbi:Pg:$database:$hostname also compatible with postgres? We've
|o| try it using mysql and it works.

First off, which AuthBy method are you using. Are the DBI drivers
installed for PostgreSQL? Are your access permissions correctly set
between your Radiator host/user and your PostgreSQL server?

We've tried Radiator with PostgreSQL (or Perl, in general) with PostgreSQL
and can verify that it works.


L   L Richi Plana 8^) ,-,-. ,-,-. ,-,-. ,-,-. ,-
LL LL Systems Administrator  / / \ \   / / \ \   / / \ \   / / \ \   / /
L Mosaic Communications, Inc. \ \ / /   \ \ / /   \ \ / /   \ \ / / 
L mailto:[EMAIL PROTECTED] `-'-' `-'-' `-'-' `-'-' 


===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) remote login using radiator and postgres

1999-08-09 Thread Hugh Irvine


Hi Ray -

On Wed, 11 Aug 1999, ray cortez wrote:
 Hi,
 
   We are one of the ISP here in the Philippines and we are currently using
 radiator as our authentication. We are having problems on using postgres
 and radiator by remote login we've try dbi:Pg:$database:$hostname but still
 we can't connect to remote server Is there any configuration that we must
 do? Is dbi:Pg:$database:$hostname also compatible with postgres? We've try
 it using mysql and it works.
 

The syntax for using postgres is different to mysql.

Try something like this:

DBSourcedbi:Pg:dbname=whatever;host=yourhost
DBUsername  username
DBAuth  somepassword

hth

Hugh

--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
NT, Rhapsody

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.