Re: ODBC and crypted passwords

From: Henk van Lingen <henkvl(at)cs(dot)uu(dot)nl>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: ODBC and crypted passwords
Date: 2000-04-12 09:46:49
Message-ID: Pine.LNX.4.21.0004121133570.5407-100000@sarastro.cs.uu.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Wed, 12 Apr 2000, Thomas Lockhart wrote:

> > If anyone is interested, you can find my connection.c and new DLL here:
> > http://www.cs.uu.nl/~henkvl/psqlodbc/
>
> Is the change done in a way that does not *require* crypt? If so,

If I understand what you mean: I think so. I just included the crypt
function in connection.c so that file is all you need.

> would you consider submitting this as a feature to the main code tree?

Yes, but I have to lookup how that should be done first...

Anyways, I have a related question. Watching the debug-logfile, I was
puzzled by that fact that the backend gave the odbc frontend another
salt every try. Looking at the backend sources I found out that this
is just the way it works. The server stores just the passwords ( in
binary), not encrypted passwords. This must be the reason there is no
'map option' in pg_hba.conf for crypted passwords and no way to use
the normal UNIX password file as you can do with unencrypted authentication.

But maybe nobody wants that. Just curious...

Regards,
--
+-----------------------------------------------------------------------+
| Henk van Lingen, Systems Administrator, <henkvl(at)cs(dot)uu(dot)nl> |
| Dept. of Computer Science, Utrecht University. phone: +31-30-2535278 |
+----------------- http://www.cs.uu.nl/people/henkvl/ ------------------+

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Hannu Krosing 2000-04-12 09:46:51 Re: ODBC and crypted passwords
Previous Message Thomas Lockhart 2000-04-12 04:25:37 Re: ODBC and crypted passwords