PHPRad Classic Initial 2.7.3 Forum

PHPRad Forum => Issues => Topic started by: atom_and_a_bit on June 01, 2021, 07:05:08 AM

Title: Authentication error against postgresql
Post by: atom_and_a_bit on June 01, 2021, 07:05:08 AM
Hello,
I am trying to login to a postgre database

The following message is received:
Quote
Only AuthenticationClearTextPassword and AuthenticationMD5Password supported for now. Received 10

Background:

PostgreSQL 13 latest version, freshly installed on windows 10 x64.
PHPRAD vue latest version, freshly installed on the same machine.

does this mean, scram-sha-256 is not used in the postgre client within PHPRAD?

(tried to upload a screenshot, it errored out with the following)
Quote
The upload directory is full. Please contact an administrator about this problem.

Thank you

Title: Re: Authentication error against postgresql
Post by: willvin on June 01, 2021, 12:33:58 PM
Quote
does this mean, scram-sha-256 is not used in the postgre client within PHPRAD?
Yes
Title: Re: Authentication error against postgresql
Post by: atom_and_a_bit on June 01, 2021, 01:48:44 PM
Thank you for the response.

How would one connect to this database in that case?
Title: Re: Authentication error against postgresql
Post by: willvin on June 08, 2021, 07:22:30 PM
you will have to install an old version of Postgres or switch the authentication method used.