Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: new feature: LDAP database name resolution



Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> I would still much prefer to see remote config fetching done in a more 
> general way, using say libcurl (which handles ldap just fine if openldap 
> is available). Then we could fetch the config from a variety of sources, 
> not just ldap.

What other cases are actually interesting?  How much code do we save
if we use libcurl instead of homegrown LDAP-accessing code?  Does
libcurl bring in any secondary dependencies, or have limitations of
its own (thread safety is one obvious point to ask about)?

Depending on an outside library isn't free, so I think the tradeoff
has to be considered carefully.

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group