From 8ca354d506522f113277b439b6686a083dd57106 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Wed, 16 Oct 2019 10:07:58 +0900 Subject: [PATCH] Doc: update 4.1 release-note. --- doc.ja/src/sgml/release-4.1.sgml | 37 ++++++++++++++++++++++++++++++++ doc/src/sgml/release-4.1.sgml | 22 +++++++++++++++++++ 2 files changed, 59 insertions(+) diff --git a/doc.ja/src/sgml/release-4.1.sgml b/doc.ja/src/sgml/release-4.1.sgml index faef4b719..1700b9eb6 100644 --- a/doc.ja/src/sgml/release-4.1.sgml +++ b/doc.ja/src/sgml/release-4.1.sgml @@ -199,6 +199,43 @@ + + + + + RPMs からインストールする場合、デフォルトではpostgresユーザで + Pgpool-IIを起動するようになりました。(Bo Peng) + + + + セキュリティ上の理由で、Pgpool-IIのデフォルトの起動ユーザが + postgresユーザに変更されました。 + + + + RPMsからインストールする場合、postgresユーザがパスワードなしに + sudoを介してif_up/down_cmd及びarping_cmdを + 実行できるように設定されています。 + また、if_up/down_cmdやarping_cmdに指定したコマンドが"/"で始まる場合、 + フルパスとみなしif_cmd_pathやarping_pathの設定を無視します。 + + + + + If installing from RPMs, by default Pgpool-II + is started by postgres user. (Bo Peng) + + + Because of the security reason, the Pgpool-II default + startup user is changed to postgres user. + + + If installing from RPMs, postrges user will be allowed to + run if_up/down_cmd and arping_cmd + with sudo without a password. + If if_up/down_cmd or arping_cmd starts with "/", + the setting specified in if_cmd_path or arping_path + will be ignored. + + +