Re: [PATCHES] LDAP auth - Mailing list pgsql-hackers

From Albe Laurenz
Subject Re: [PATCHES] LDAP auth
Date
Msg-id 52EF20B2E3209443BC37736D00C3C1380734AEA8@EXADV1.host.magwien.gv.at
Whole thread Raw
List pgsql-hackers
>> If your patch is accepted and a dependency on OpenLDAP is introduced,
>> my patch will provide an additional gain with no additional cost.
>
> Out of curiosity what would an SQL database want with ldap anyways?
> Is it just a set of bindings for ldap functions for applications?

No, what I have in mind is a way to lookup database connection options
(dbname, port, etc.) on an LDAP server, so that the connection
information
can be stored in one central place and does not have to be distributed
to the clients.

BTW, I checked the Windows API for LDAP, and it is quite different
from OpenLDAP. So I'm afraid that I'll have to use OpenLDAP on Windows
too :^(

Yours,
Laurenz Albe


pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: [PATCHES] LDAP auth
Next
From: "Marc G. Fournier"
Date:
Subject: Re: Coverity Open Source Defect Scan of PostgreSQL