Password authentication confusion.

From: Kurt Roeckx <Q(at)ping(dot)be>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Password authentication confusion.
Date: 2003-05-22 22:29:29
Message-ID: 20030522222929.GA508@ping.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I was just reading the manual on password authentication and
encryption.

In pg_hba.conf you can say either "password", "md5", or "crypt",
and says that controls how it goes over the line.

In create/alter user you can say "encrypted" or "unencrypted",
and it will be stored like that in the database.

Is there some kind of challenge used in case the authentication
is using md5/crypt? In case of password too if it's stored
encrypted?

Is the only case that it doesn't use a challenge maybe the case
it's stored unencrypted and authentication method is password?

Kurt

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sean Chittenden 2003-05-23 01:05:38 Re: $PostgreSQL$ for revision info
Previous Message Sailesh Krishnamurthy 2003-05-22 22:16:18 Re: [HACKERS] Tetra-bytes database / large indexes needs