diff options
| author | Tatsuo Ishii | 2025-06-07 07:18:33 +0000 |
|---|---|---|
| committer | Tatsuo Ishii | 2025-06-07 07:18:33 +0000 |
| commit | ced5708e7c52d074443dd7520818bc9330ba9550 (patch) | |
| tree | b3845749adb9ca45aa3db7d944e33a637a9490a3 /doc/src | |
| parent | 1a68c6eb0b2afb470485a4d8ed5b7cb494e2e442 (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.sgml | 14 |
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> |
