From: Tatsuo Ishii Date: Sat, 7 Jun 2025 07:18:33 +0000 (+0900) Subject: Doc: add description for --with-ldap option of configure. X-Git-Tag: V4_7_0_BETA1~102 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=ced5708e7c52d074443dd7520818bc9330ba9550;p=pgpool2.git Doc: add description for --with-ldap option of configure. It was missed when LDAP support was introduced in v4.2 Backpatch-through: v4.2 --- diff --git a/doc.ja/src/sgml/installation.sgml b/doc.ja/src/sgml/installation.sgml index 451429106..439f77ffe 100644 --- a/doc.ja/src/sgml/installation.sgml +++ b/doc.ja/src/sgml/installation.sgml @@ -468,12 +468,21 @@ autoreconf -fi 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 313679729..aae7de632 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -399,12 +399,24 @@ autoreconf -fi - 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. + + + +