Re: [PATCHES] LDAP lookup of connection parameters

2006-07-27 Thread Bruce Momjian
Patch applied. Thanks. --- Albe Laurenz wrote: > Bruce Momjian wrote: > 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

Re: [PATCHES] LDAP lookup of connection parameters

2006-07-27 Thread Albe Laurenz
Bruce Momjian wrote: 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. >>> >>> I have heavily modified your patch to be clearer. Please >>> review the >>>

Re: [PATCHES] LDAP lookup of connection parameters

2006-07-26 Thread Bruce Momjian
Albe Laurenz wrote: > Bruce Momjian wrote: > > Albe Laurenz wrote: > >> 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. > > > > I have heavily modified your patch

Re: [PATCHES] LDAP lookup of connection parameters

2006-07-26 Thread Albe Laurenz
Bruce Momjian wrote: > Albe Laurenz wrote: >> 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. > > I have heavily modified your patch to be clearer. Please review the >

Re: [PATCHES] LDAP lookup of connection parameters

2006-07-25 Thread Bruce Momjian
Albe Laurenz wrote: > 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 t

Re: [PATCHES] LDAP lookup of connection parameters

2006-06-26 Thread Bruce Momjian
I am confused why this patch requires libldap_r. Is there a need for threading? Should this be contingent on whether the threading flag was passed to configure? --- Albe Laurenz wrote: > This patch for libpq allows you to

Re: [PATCHES] LDAP lookup of connection parameters

2006-04-21 Thread Bruce Momjian
Albe Laurenz wrote: > > 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 ra

Re: [PATCHES] LDAP lookup of connection parameters

2006-04-18 Thread Albe Laurenz
> 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.

Re: [PATCHES] LDAP lookup of connection parameters

2006-04-06 Thread Albe Laurenz
> 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.

[PATCHES] LDAP lookup of connection parameters

2006-03-23 Thread Albe Laurenz
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 t