Re: ODBC and crypted passwords

From: Hannu Krosing <hannu(at)tm(dot)ee>
To: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
Cc: "'Henk van Lingen'" <henkvl(at)cs(dot)uu(dot)nl>, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: ODBC and crypted passwords
Date: 2000-04-12 09:46:51
Message-ID: 38F4460B.CBC6909B@tm.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Peter Mount wrote:
>
> One thing that may be useful, is not to check against the unix password
> file, but to use PAM. That way, you could even authenticate against the
> dreadded NT accounts, unix password file, dbm file etc...
>
> Anyhow, this is something to think about for the future ;-)

IMHO this defeats the purpose of crypt - not to send plaintext passwords
over the net.

OTOH, it could be done over a secure (SSL/TLS) channel of course.

-----------
Hannu

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 2000-04-12 10:13:27 RE: ODBC and crypted passwords
Previous Message Henk van Lingen 2000-04-12 09:46:49 Re: ODBC and crypted passwords