From 6b4d5bed82b8ab1a09eabf46b30b9b3ab87b0246 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Sat, 7 Jun 2025 16:18:33 +0900 Subject: [PATCH] Doc: add description for --with-ldap option of configure. It was missed when LDAP support was introduced in v4.2 Backpatch-through: v4.2 --- doc.ja/src/sgml/installation.sgml | 11 ++++++++++- doc/src/sgml/installation.sgml | 14 +++++++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/doc.ja/src/sgml/installation.sgml b/doc.ja/src/sgml/installation.sgml index 479065168..64f166c53 100644 --- a/doc.ja/src/sgml/installation.sgml +++ b/doc.ja/src/sgml/installation.sgml @@ -445,12 +445,21 @@ Pgpool-II binaries will be built with PAM authentication support. PAM authentication support is disabled by default. --> - Pgpool-IIバイナリがPAM認証サポート付で構築されます。 + Pgpool-IIバイナリがPAM認証サポート付で構築されます。 デフォルトでは、PAM認証サポートは無効です。 + + + + + Pgpool-IIバイナリがLDAP認証サポート付で構築されます。 + デフォルトでは、LDAP認証サポートは無効です。 + + + diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 5192cadae..19c443923 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -383,12 +383,24 @@ - Pgpool-II binaries will be built with PAM authentication support. + Pgpool-II binaries will be built + with PAM authentication support. PAM authentication support is disabled by default. + + + + + Pgpool-II binaries will be built + with LDAP authentication + support. LDAP authentication support is disabled by default. + + + + -- 2.39.5