Re: [HACKERS] crypt password authentication does not work in cross platform env

From: Peter Mount <peter(at)taer(dot)maidstone(dot)gov(dot)uk>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] crypt password authentication does not work in cross platform env
Date: 1998-06-24 14:53:11
Message-ID: Pine.LNX.3.95.980624155151.7022C-100000@taer.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 24 Jun 1998, Tatsuo Ishii wrote:

> At 8:42 AM 98.6.24 +0100, Peter Mount wrote:

[snip]

> >
> >I thought there was only one implementation of crypt()?
> >
> >When I added crypt support into the JDBC driver, I used an existing java
> >implementation as a baseline.
> >
> >Now this works for postgres running on Linux() (& java running on Linux &
> >Win95), but I haven't heared of a problem with it on other Unixes.
>
> Linux's crypt() is fine. Only FreeBSD has that problem (I'm not sure
> about other BSDish boxes, though). Anyway, I will check the JDBC driver with
> crypt authentication enabled next week (sorry, I'm too busy on the
> "real world" work this week:-)

Your'e not the only one at the moment ;-)

> Does the Java crypt class call native crypt lib? or is that written in
> 100% pure Java?

It's 100% pure Java.

--
Peter Mount, peter(at)maidstone(dot)gov(dot)uk
Postgres email to peter(at)taer(dot)maidstone(dot)gov(dot)uk & peter(at)retep(dot)org(dot)uk
Remember, this is my work email, so please CC my home address, as I may
not always have time to reply from work.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Stupor Genius 1998-06-25 04:44:52 Rasmus has his day.
Previous Message Tatsuo Ishii 1998-06-24 14:38:10 Re: [HACKERS] crypt password authentication does not work in cross platform env