Re: [HACKERS] Solution to the pg_user passwd problem !?? (c) - Mailing list pgsql-hackers

From Peter T Mount
Subject Re: [HACKERS] Solution to the pg_user passwd problem !?? (c)
Date
Msg-id Pine.LNX.3.95.980221103622.7169A-100000@maidast
Whole thread Raw
In response to Re: [HACKERS] Solution to the pg_user passwd problem !?? (c)  (Phil Thompson <phil@river-bank.demon.co.uk>)
List pgsql-hackers
On Thu, 19 Feb 1998, Phil Thompson wrote:

> How UNIX specific is crypt()? At the moment the same password can be
> used with clients that support crypt(), and send the password encrypted,
> and those that don't, and send the password in clear.
>
> If you want to store encrypted passwords then the encryption method used
> must be supported by all types of client - or be included as part of the
> PostgreSQL distribution.

To implement the current crypt authentication in the JDBC driver, we had
to supply a crypt class.

    src/interfaces/jdbc/postgresql/util/UnixCrypt.java

>
> Phil
>

--
Peter T Mount  petermount@earthling.net or pmount@maidast.demon.co.uk
Main Homepage: http://www.demon.co.uk/finder
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter@maidstone.gov.uk


pgsql-hackers by date:

Previous
From: Peter T Mount
Date:
Subject: Re: [HACKERS] Who is everyone?
Next
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] Backend crashes - what's going on here???