summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTatsuo Ishii2025-06-07 07:18:33 +0000
committerTatsuo Ishii2025-06-07 07:18:33 +0000
commitced5708e7c52d074443dd7520818bc9330ba9550 (patch)
treeb3845749adb9ca45aa3db7d944e33a637a9490a3 /doc/src
parent1a68c6eb0b2afb470485a4d8ed5b7cb494e2e442 (diff)
Doc: add description for --with-ldap option of configure.
It was missed when LDAP support was introduced in v4.2 Backpatch-through: v4.2
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/installation.sgml14
1 files changed, 13 insertions, 1 deletions
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
<term><option>--with-pam</option></term>
<listitem>
<para>
- <productname>Pgpool-II</productname> binaries will be built with PAM authentication support.
+ <productname>Pgpool-II</productname> binaries will be built
+ with <link linkend="auth-pam">PAM authentication</link> support.
PAM authentication support is disabled by default.
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--with-ldap</option></term>
+ <listitem>
+ <para>
+ <productname>Pgpool-II</productname> binaries will be built
+ with <link linkend="auth-ldap">LDAP authentication</link>
+ support. LDAP authentication support is disabled by default.
+ </para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
<para>