Re: postgres and ldap - Mailing list pgsql-general

From Magnus Hagander
Subject Re: postgres and ldap
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FA27@algol.sollentuna.se
Whole thread Raw
In response to postgres and ldap  ("Samad, Alex" <alexander.samad@hp.com>)
Responses Re: postgres and ldap  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
> Hi
>
> I have started to use ldap for user authentication on my systems.
>
> 1 is it possible to get postgres to authenticate against ldap

Yes. With current releases you can do this with PAM, assuming you're on
a platform that can do PAM. If your platform can't do PAM (for example,
Windows), you can't do LDAP auth.

8.2 will have direct LDAP authentication without PAM.


> 2 is it advisable to do this ?

Sure, I see no reason why not. Beware of insecure password transports
though - you'll need to use SSL/TLS or similar to secure the connection
if you're going across insecure networks.

//Magnus

pgsql-general by date:

Previous
From: "Nitin Verma"
Date:
Subject: Re: VACUUMing sometimes increasing database size / sometimes
Next
From: Alban Hertroys
Date:
Subject: Re: A slow query - Help please?