Re: [ADMIN] PAM ldap

2005-01-18 Thread Dick Davies
* Kavan, Dan (IMS) <[EMAIL PROTECTED]> [0156 16:56]: > Thanks for the reply, > > I did compile --with-pam. Although, the $PATH for the postgres user - > who I used to compile with didn't have /lib and /lib64 in it's path. I > don't see anything is configure.in or config.log to hint that pam isn

Re: [ADMIN] PAM ldap

2005-01-18 Thread Bruno Wolff III
On Tue, Jan 18, 2005 at 11:56:25 -0500, "Kavan, Dan (IMS)" <[EMAIL PROTECTED]> wrote: > > Also, forget about PAM for a minute. Why does ident work locally, but > the host entry not work as easily?ident sameuser in host doesn't Are you running an ident server? One needs to be running on the

Re: [ADMIN] PAM ldap

2005-01-18 Thread Kavan, Dan (IMS)
can do is local (using the unix ldap setup). Thanks for all your insight, ~DjK -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dick Davies Sent: Sunday, January 16, 2005 4:11 AM To: PostgreSQL Admin Subject: Re: [ADMIN] PAM ldap * Kavan, Dan (

Re: [ADMIN] PAM ldap

2005-01-16 Thread Dick Davies
* Kavan, Dan (IMS) <[EMAIL PROTECTED]> [0149 18:49]: > > Hi, I'm running postgresql 8.0.rc5 on SUSE. > I have the pg_hba.conf file configured with > local all smith ident sameuser > host all smith ident sameuser > > The way authentication works with that is that configuration is th

[ADMIN] PAM ldap

2005-01-14 Thread Kavan, Dan (IMS)
Hi, I'm running postgresql 8.0.rc5 on SUSE. I have the pg_hba.conf file configured with local all smith ident sameuser hostall smith ident sameuser The way authentication works with that is that configuration is that if I'm logged in as smith with my company ldap server I can

[ADMIN] Pam Ldap (debian) solved

2003-09-11 Thread Wim Bertels
As noticed, he used pam_unix , as in a local connection, i just had to outcommend the 127.0.0.1 line in pam_ldap.conf to get it working.. ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your join

[ADMIN] Pam Ldap (debian) problem

2003-09-11 Thread Wim Bertels
Hi, i dont get postgres working with pam to use an external ldap server to authenticate users. i think the problems is that postgres is using the wrong pam file, namely he uses pam_unix where he should use pam_ldap.so. postgres version 7.3.2 debian version 3 (kernel 2.4) any help is much appre