Re: BUG #1970: Existing /etc/pam.d/postgresql clobbered by

Поиск
Список
Период
Сортировка
От Devrim GUNDUZ
Тема Re: BUG #1970: Existing /etc/pam.d/postgresql clobbered by
Дата
Msg-id Pine.LNX.4.63.0510190806110.11551@mail.kivi.com.tr
обсуждение исходный текст
Ответ на Re: BUG #1970: Existing /etc/pam.d/postgresql clobbered by  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Hi,

On Tue, 18 Oct 2005, Tom Lane wrote:

> Devrim GUNDUZ <devrim@gunduz.org> writes:
>> I can't see any problems with adding
>> account  required  pam_stack.so service=system-auth
>
> See also
> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=167040
> which is what inspired this to start with.  Not knowing enough about
> PAM, I didn't get it right the first time :-(

Ok, I fixed it with

%if %pam
%config(noreplace) /etc/pam.d/postgresql
%endif

in PGDG RPM spec file. However, as I wrote in pgsqlrpms-hackers list, in
PGDG RPMs we can't use include directive in PAM config file since we are
using same spec for all distros.

Regards,
--
Devrim GUNDUZ
Kivi Biliþim Teknolojileri - http://www.kivi.com.tr
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
                       http://www.gunduz.org

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Function taking compound type defined on a view with ORDER BY
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1976: steps to reproduce BUG #1438: Non UTF-8 client encoding problem