Re: new feature: LDAP database name resolution

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: new feature: LDAP database name resolution
Дата
Msg-id 20060220141152.GO4474@ns.snowman.net
обсуждение исходный текст
Ответ на Re: new feature: LDAP database name resolution  (Martijn van Oosterhout <kleptog@svana.org>)
Ответы Re: new feature: LDAP database name resolution  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
* Martijn van Oosterhout (kleptog@svana.org) wrote:
> Perhaps you should look into pg_service.conf. It's a configuration file
> such that in your connect line you can say:
>
> PQconnect("service=production");
>
> and in the config file you say:
>
> [production]
> host=db1
> port=5434
> dbname=main
>
> It's not quite as nice as LDAP to be sure, but it might work well
> enough for your config. For example, you could write a program to
> generate that file from an LDAP database.

If LDAP is really what you're after, though, it seems to me one approach
that would involve changing only libpq (I think...) would be to support
having the 'pg_service.conf' in LDAP, essentially.  Perhaps with a
seperate namespace (ie: "service=ldap:production"), or maybe as a
fall-back if the name isn't found in a local pg_service.conf.

Just some thoughts,
Stephen

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: new feature: LDAP database name resolution
Следующее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: Feature Request