LDAP lookup of connection parameters

From: "Albe Laurenz" <all(at)adv(dot)magwien(dot)gv(dot)at>
To: "Albe Laurenz" <all(at)adv(dot)magwien(dot)gv(dot)at>
Cc: <pgsql-patches(at)postgresql(dot)org>
Subject: LDAP lookup of connection parameters
Date: 2006-03-23 16:49:51
Message-ID: 52EF20B2E3209443BC37736D00C3C138078653F9@EXADV1.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

This patch for libpq allows you to enter an LDAP URL in pg_service.conf.
The URL will be queried and the resulting string(s) parsed for
keyword = value connection options.

The idea is to have connection information stored centrally on an LDAP
server rather than on the client machine.

On Windows the native library wldap32.dll is used, else OpenLDAP.
If --enable_thread_safety has been given, -lldap_r is appended to
PTHREAD_LIBS so that libpq will be linked against the tread safe
library.

There should probably also be a documentation patch for the --with-ldap
option of ./configure, but I didn't write it because it also belongs to
the
"LDAP Auth" patch.

I have added German translations for the new messages - how can I get
translations into other languages?

Yours,
Laurenz Albe

Attachment Content-Type Size
ldap_service.patch application/octet-stream 14.2 KB
ldap_service_doc.patch application/octet-stream 2.9 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-03-23 17:27:19 Re: Where does the time go?
Previous Message Kevin Grittner 2006-03-23 16:12:40 Re: Where does the time go?