D]]
> Sent: quarta-feira, 3 de abril de 2002 14:07
> To: [EMAIL PROTECTED]
> Cc: Jin, Hong
> Subject: [ADMIN] How to create a user with password
>
>
> Hi, all:
>
> In the file of pg_hba.conf, I give the following parameter:
>
> TYPE DATABASE
Title: How to create a user with password
> Hi, all:
>
> In the file of pg_hba.conf, I give the following parameter:
>
> TYPE DATABASE IP_ADDRESS MASK
> AUTH_TYPE AUTH_ARGUMENT
> Local all
Title: How to create a user with password
Hi, all:
In the file of pg_hba.conf, I give the following parameter:
TYPE DATABASE IP_ADDRESS MASK AUTH_TYPE AUTH_ARGUMENT
Local all password
D]]
> Sent: quarta-feira, 3 de abril de 2002 14:07
> To: [EMAIL PROTECTED]
> Cc: Jin, Hong
> Subject: [ADMIN] How to create a user with password
>
>
> Hi, all:
>
> In the file of pg_hba.conf, I give the following parameter:
>
> TYPE DATABASE
Title: RE: [ADMIN] How to create a user with password
use the utility pg_passwd. The argument is the file that will hold the passwords
$pg_passwd passfile
Username:postgres
New password:
Re-enter new password:
-Original Message-
From: Web Administrator [mailto:[EMAIL PROTECTED
login using trust authentication method. Then change the password
for postgresql user with
'alter user command. I think this will work .
Thanks
chava
--
Srinivasa R Chava (Chava) <[EMAIL PROTECTED]>
- Boss: Sean T Laduderdale <[EMAIL PROTECTED]>
vnet4603575
Application Developer
Corporate Intr
Title: How to create a user with password
Hi, all:
In the file of pg_hba.conf, I give the following parameter:
TYPE DATABASE IP_ADDRESS MASK
AUTH_TYPE AUTH_ARGUMENT
Local all