Re: LDAP lookup of connection parameters

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: LDAP lookup of connection parameters
Дата
Msg-id 52EF20B2E3209443BC37736D00C3C13809A35E44@EXADV1.host.magwien.gv.at
обсуждение исходный текст
Ответ на LDAP lookup of connection parameters  ("Albe Laurenz" <all@adv.magwien.gv.at>)
Ответы Re: LDAP lookup of connection parameters  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-patches
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
> attached version and test it to make sure it still works properly.
> Thanks.

Most of your modifications are fine, but a quick look tells me that your
modifications in the parsing of the LDAP URL have been too invasive,
e.g.:

- you look for the port number in the 'dn' and not in the 'hostname'
- you check the validity of 'scopestr' and 'attrs[0]' before it is
'\0'-terminated

Would you prefer that I try to fix your fixes (and stick with your
coding style)
or do you want another go?

Yours,
Laurenz Albe

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Resurrecting per-page cleaner for btree
Следующее
От: Csaba Nagy
Дата:
Сообщение: Re: [HACKERS] Resurrecting per-page cleaner for btree