RE: ODBC and crypted passwords

From: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
To: "'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 10:13:27
Message-ID: 1B3D5E532D18D311861A00600865478C70C446@exchange1.nt.maidstone.gov.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

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 ;-)

Peter

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council.

-----Original Message-----
From: Henk van Lingen [mailto:henkvl(at)cs(dot)uu(dot)nl]
Sent: Wednesday, April 12, 2000 10:47 AM
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [INTERFACES] ODBC and crypted passwords

[snip]

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/
------------------+

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 2000-04-12 10:59:19 RE: ODBC and crypted passwords
Previous Message Hannu Krosing 2000-04-12 09:46:51 Re: ODBC and crypted passwords