Georg Lutz writes:
> My pg_hba.conf looks like this:
> ---
> local all md5
> local all pam postgresql
> ---
Both of these entries apply to local connections, so the first one gets
used and PAM is ne
On Sun, May 26, 2002 at 06:34:13PM +0200, Georg Lutz wrote:
> 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 when
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