* 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
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
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 (
* 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
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
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
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