Greetings,
Ahh, using crypt. I am probably wrong, but I think the frontend
tools (i.e. psql) do not know how to do crypt. I mean there are
no options to tell itwhen to send clear text, and when to send
"crypt" password. And I am pretty sure the frontend tools do
not refer to pg_hb
On Saturday 14 July 2001 18:17, you wrote:
> Greetings,
>
> use pg_passwd to create the pwd file,
> e.g.
> # pg_passwd /usr/local/pgsql/data/pg_pwd
> this will prompt you for the user ID, and then the password (and
> confirmation).
>
> I would suggest executing the command as the user
When I try to setup 'crypt' autorizatioin on my box, I always get the message
about 'autorization failed' and 'file /usr/local/pgsql/data/pg_pwd error:
File not found'. What is a pg_pwd file, how can I create it (when it is
system file, how can I setup 'crypt' autorization in pg_hba.conf?
--