From: | John McCawley <nospam(at)hardgeus(dot)com> |
---|---|
To: | Magnus Hagander <magnus(at)hagander(dot)net> |
Cc: | Derrick Stensrud <dstensrud(at)worleyco(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Anyone? Best way to authenticate postgres against |
Date: | 2006-12-19 16:21:33 |
Message-ID: | 4588118D.4050105@hardgeus.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
(I am working on this project with Derrick.) We have to use the Active
Directory to authenticate not only users from our client-side app (We're
attempting to use PostgreSQL essentially as a proxy authentication
mechanism), but also for connections to the SFTP server, and finally our
web app. Rather than doing three separate binding mechanisms, we wanted
to do the PAM/AD work once, and then have everything else defer to PAM
for authentication.
Magnus Hagander wrote:
>On Tue, Dec 19, 2006 at 09:52:58AM -0600, Derrick Stensrud wrote:
>
>
>>Thanks I've been trying to use pam_ldap but I keep getting this error
>>from postgres. I think it may have something to do with postgres
>>running as the postgres user and not having permissions to something,
>>but I have no idea what.
>>
>>
>
>Probably. Can you try the native LDAP authentication? If not, I'll have
>to defer to someone who knows PAM.
>
>//Magnus
>
>---------------------------(end of broadcast)---------------------------
>TIP 6: explain analyze is your friend
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2006-12-19 16:22:47 | Re: Second attempt, roll your own autovacuum |
Previous Message | Matthew O'Connor | 2006-12-19 16:21:00 | Re: Let's play bash the search engine |