postgres 7.2.1 and pam - Mailing list pgsql-admin

From Georg Lutz
Subject postgres 7.2.1 and pam
Date
Msg-id 20020526183413.A1319@ercws051.erc.lan
Whole thread Raw
Responses Re: postgres 7.2.1 and pam  ("Jameson C. Burt" <jameson@coost.com>)
Re: postgres 7.2.1 and pam  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-admin
Hi,

i would like to use pam(ldap) to authenticate users.

Unix-LDAP-Users already exists and they can login.

I created a user via "CREATE USER user;" without a password, having a
valid unix-account in ldap.

But whenever I try to login to postgresql via psql -U user
template1 i get "psql: FATAL 1:  Password authentication failed for user
user".

I installed the rpm's from
ftp://ftp.postgresql.org/pub/binary/v7.2.1/RPMS/redhat-7.2/
on RH 7.2 .

My pg_hba.conf looks like this:
---
local      all                                           md5
local      all                                           pam     postgresql
---

In /etc/pam.d/postgresql:
---
auth     required      pam_ldap.so
---


What is the problem here?


Please CC, I am not subscribed.

--
Georg

pgsql-admin by date:

Previous
From: "Dave Page"
Date:
Subject: Re: [pgadmin-support] Cache lookup error
Next
From: "Sander Steffann"
Date:
Subject: Re: databases and RAID ...