Re: [ADMIN] postgres 7.2.1 and pam

2002-05-28 Thread Peter Eisentraut
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

Re: [ADMIN] postgres 7.2.1 and pam

2002-05-27 Thread Jameson C. Burt
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

[ADMIN] postgres 7.2.1 and pam

2002-05-27 Thread Georg Lutz
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