BUG #10680 - ldapbindpasswd leaks to postgresql log

Поиск
Список
Период
Сортировка
От Steven Siebert
Тема BUG #10680 - ldapbindpasswd leaks to postgresql log
Дата
Msg-id CAC3nzegvhPj8+9buY83JESqB+FQY3d8eM2TvRKw2Dp=czui70A@mail.gmail.com
обсуждение исходный текст
Ответы Re: BUG #10680 - ldapbindpasswd leaks to postgresql log
Список pgsql-hackers
Hello,

Attached is a proposed patch for BUG #10680.

It's a simple fix to the problem of the ldapbindpasswd leaking in
clear text to the postgresql log.  The patch simply removes the raw
pg_hba.conf line from the log message, but retains the log line number
to assist admins in troubleshooting.

The patch is against the master branch and compiles/tests green.

Please let me know if there is anything I can do to get this worked
into the next (or perhaps current?) commit fest.  This is a critical
issue for us to meet government accreditation (security) requirements.

Thanks,

Steve

Вложения

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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Doing better at HINTing an appropriate column within errorMissingColumn()
Следующее
От: Abhijit Menon-Sen
Дата:
Сообщение: Re: [REVIEW] Re: Compression of full-page-writes